#2D8E27

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

Shades of Forest Green #2D8E27

Tints of Forest Green #2D8E27

Color information

#2D8E27 (or 0x2D8E27) is unknown color: approx Forest Green. HEX triplet: 2D, 8E and 27. RGB value is (45,142,39). Sum of RGB (Red+Green+Blue) = 45+142+39=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 142 (55.86% from 255 or 62.83% from 226); Blue value is 39 (15.62% from 255 or 17.26% from 226); Max value from RGB is 142 - color contains mainly: green. Hex color #2D8E27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8E27 is #D271D8. Grayscale: #656565. Windows color (decimal): -13791705 or 2592301. OLE color: 2592301.

HSL color Cylindrical-coordinate representation of color #2D8E27: hue angle of 116.5º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D8E27 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB4514239-
CMYK0.6800.730.44
HSL116.5º56.91%35.49%-
HSV(B)116.5º72.54%55.69%-
XYZ11.1220.055.2-
YUV101.2692.8687.88-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.91%
GREEN value IS 142 (55.86% from 255) = 62.83%
BLUE value IS 39 (15.62% from 255) = 17.26%
R=19.91%
G=62.83%
B=17.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal45142390.6800.730.44116.556.9135.49
Hex2D8E27440492C753923
Octal55216471040111541657143
Binary101101100011101001111000100010010011011001110101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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