#2D9827

Color #2D9827 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #2D9827

Tints of Forest Green #2D9827

Color information

#2D9827 (or 0x2D9827) is unknown color: approx Forest Green. HEX triplet: 2D, 98 and 27. RGB value is (45,152,39). Sum of RGB (Red+Green+Blue) = 45+152+39=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 152 (59.77% from 255 or 64.41% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 152 - color contains mainly: green. Hex color #2D9827 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9827 is #D267D8. Grayscale: #6B6B6B. Windows color (decimal): -13789145 or 2594861. OLE color: 2594861.

HSL color Cylindrical-coordinate representation of color #2D9827: hue angle of 116.81º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D9827 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB4515239-
CMYK0.7000.740.40
HSL116.81º59.16%37.45%-
HSV(B)116.81º74.34%59.61%-
XYZ12.6823.165.72-
YUV107.1289.5583.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 19.07%
GREEN value IS 152 (59.77% from 255) = 64.41%
BLUE value IS 39 (15.62% from 255) = 16.53%
R=19.07%
G=64.41%
B=16.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal45152390.7000.740.40116.8159.1637.45
Hex2D98274604A28753b25
Octal55230471060112501657345
Binary101101100110001001111000110010010101010001110101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D9827; }

 p { color: rgb(45,152,39); }

 H1.HeaderClassName
 {
   color: #2D9827;
 }
 .AnyTagClassName
 {
   color: #2D9827;
 }
</style>
background-color css

<style>
 a { background-color: #2D9827; }

 a { background-color: rgb(45,152,39); }

 div.DivClassName
 {
   background-color: #2D9827;
 }
 .BgClassName
 {
   background-color: #2D9827;
 }
</style>
border-color css

<style>
 span { border-color: #2D9827; }

 span { border-color: rgb(45,152,39); }

 td.TdClassName
 {
   border-color: #2D9827;
 }
 .TagClassName
 {
   border-color: #2D9827;
 }
</style>