COLOR #2B5D03

HEX: #2B5D03
RGB: (43,93,3)

Color info

#2B5D03 contains mainly red and green colors. Web safe color of #2B5D03 is #336600 (or #360).

RGB color model

#2B5D03 color RGB value is (43,93,3).

  • red value is 43;
  • green value is 93;
  • blue value is 3.
RGB:
(43,93,3)
(17%,36%,1%)

RGB channels and saturation

R 43 of 255 = 17%
G 93 of 255 = 36%
B 3 of 255 = 1%

43
93
3

R + G + B ~ 18%. #2B5D03 is dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 93 + 3 = 139 (100%)
R 43 of 139 ~ 30.94%
G 93 of 139 ~ 66.91%
B 3 of 139 ~ 2.16%

%30.94
%66.91

CMYK color model

#2B5D03 color CMYK value is (54,0,97,64).

  • cyan value is 53.76%
  • magenta value is 0.00%
  • yellow value is 96.77%
  • key color value is 63.53%
CMYK:
(54,0,97,64)
C54M0Y97K64 
(54%,0%,97%,64%)
(0.54/0.00/0.97/0.64)	

CMYK percentages

%53.76
%0
%96.77
%63.53

Codes

Color #2B5D03 in popluar color models

2B5D03
RGB43933
HSL93°93.75%18.82%
HSB/HSV93°96.77%36.47%
CMYK53.76%0.00%96.77%
63.53%

Color #2B5D03 in popluar number systems.

HEX2B5D03
Decimal43933
Binary101011101110111
Octal531353

Shades and tints

Shades of #2B5D03

#2B5D03
(43,93,3)
#285503
(40,85,3)
#254D03
(37,77,3)
#224503
(34,69,3)
#1F3D03
(31,61,3)
#1C3503
(28,53,3)
#192D03
(25,45,3)
#162503
(22,37,3)
#131D03
(19,29,3)
#101503
(16,21,3)
#0D0D03
(13,13,3)
#000000
(0,0,0)

Tints of #2B5D03

#2B5D03
(43,93,3)
#3E6B19
(62,107,25)
#51792F
(81,121,47)
#648745
(100,135,69)
#77955B
(119,149,91)
#8AA371
(138,163,113)
#9DB187
(157,177,135)
#B0BF9D
(176,191,157)
#C3CDB3
(195,205,179)
#D6DBC9
(214,219,201)
#E9E9DF
(233,233,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B5D03 color. Also use rgb(43,93,3) instead hex code.

Text Font Color

.myTextColor { color: #2B5D03; }

<p style="color:#2B5D03">This sample text font color is #2B5D03.</p>

This text font color is #2B5D03.


Background Color

.myBgColor { background-color: #2B5D03; }

<div style="background-color:#2B5D03">Inner text</div>

This div background color is #2B5D03.


Border color

.myBorderColor { border: 1px solid #2B5D03; }

<div style="border:3px solid #2B5D03">Div</div>

This div border color is #2B5D03.


Opacity

.myOpacity80 { color: #2B5D03; opacity: 0.8; }

<p style="color:#2B5D03;opacity:0.8;">80%</p>

Text with #2B5D03 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #2B5D03;}

<p style="text-shadow: 3px 3px 1px #2B5D03">Text here.</p>

This text has shadow with #2B5D03 color.

.textShadow {text-shadow: 3px 3px 1px #2B5D03, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #2B5D03, 5px 5px 20px red">Text here.</p>

This text has shadow with #2B5D03 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2B5D03, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#2B5D03, Direction=45, Strength=4)">Text</p>

This text has shadow with #2B5D03 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #2B5D03;
  -webkit-box-shadow:	1px 1px 3px 2px #2B5D03;
  box-shadow:		1px 1px 3px 2px #2B5D03;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2B5D03;
-webkit-box-shadow: 1px 1px 3px 2px #2B5D03;
box-shadow:1px 1px 3px 2px #2B5D03;">
Div content here</div>
This div box has shadow with color #2B5D03.

Preview

Color preview on black background

This text has color #2B5D03 on black background.


Color preview on white background

This text has color #2B5D03 on white background.



Black color preview on #2B5D03 background

This text has black color on #2B5D03 background.


White color preview on #2B5D03 background

This text has white color on #2B5D03 background.