COLOR #2D5A00

HEX: #2D5A00
RGB: (45,90,0)

Color info

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

RGB color model

#2D5A00 color RGB value is (45,90,0).

  • red value is 45;
  • green value is 90;
  • blue value is 0.
RGB:
(45,90,0)
(18%,35%,0%)

RGB channels and saturation

R 45 of 255 = 18%
G 90 of 255 = 35%
B 0 of 255 = 0%

45
90
0

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

Portions of RGB colors in percentages

R + G + B =
45 + 90 + 0 = 135 (100%)
R 45 of 135 ~ 33.33%
G 90 of 135 ~ 66.67%
B 0 of 135 ~ 0%

%33.33
%66.67

CMYK color model

#2D5A00 color CMYK value is (50,0,100,65).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 64.71%
CMYK:
(50,0,100,65)
C50M0Y100K65 
(50%,0%,100%,65%)
(0.50/0.00/1.00/0.65)	

CMYK percentages

%50
%0
%100
%64.71

Codes

Color #2D5A00 in popluar color models

2D5A00
RGB45900
HSL90°100.00%17.65%
HSB/HSV90°100.00%35.29%
CMYK50.00%0.00%100.00%
64.71%

Color #2D5A00 in popluar number systems.

HEX2D5A00
Decimal45900
Binary10110110110100
Octal551320

Shades and tints

Shades of #2D5A00

#2D5A00
(45,90,0)
#295200
(41,82,0)
#254A00
(37,74,0)
#214200
(33,66,0)
#1D3A00
(29,58,0)
#193200
(25,50,0)
#152A00
(21,42,0)
#112200
(17,34,0)
#0D1A00
(13,26,0)
#091200
(9,18,0)
#050A00
(5,10,0)
#000000
(0,0,0)

Tints of #2D5A00

#2D5A00
(45,90,0)
#406917
(64,105,23)
#53782E
(83,120,46)
#668745
(102,135,69)
#79965C
(121,150,92)
#8CA573
(140,165,115)
#9FB48A
(159,180,138)
#B2C3A1
(178,195,161)
#C5D2B8
(197,210,184)
#D8E1CF
(216,225,207)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D5A00 color. Also use rgb(45,90,0) instead hex code.

Text Font Color

.myTextColor { color: #2D5A00; }

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

This text font color is #2D5A00.


Background Color

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

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

This div background color is #2D5A00.


Border color

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

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

This div border color is #2D5A00.


Opacity

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

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

Text with #2D5A00 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 #2D5A00;}

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

This text has shadow with #2D5A00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5A00 on black background.


Color preview on white background

This text has color #2D5A00 on white background.



Black color preview on #2D5A00 background

This text has black color on #2D5A00 background.


White color preview on #2D5A00 background

This text has white color on #2D5A00 background.