#2D8C27

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

Shades of Forest Green #2D8C27

Tints of Forest Green #2D8C27

Color information

#2D8C27 (or 0x2D8C27) is unknown color: approx Forest Green. HEX triplet: 2D, 8C and 27. RGB value is (45,140,39). Sum of RGB (Red+Green+Blue) = 45+140+39=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 140 (55.08% from 255 or 62.5% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 140 - color contains mainly: green. Hex color #2D8C27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8C27 is #D273D8. Grayscale: #646464. Windows color (decimal): -13792217 or 2591789. OLE color: 2591789.

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

Color convert

RGB4514039-
CMYK0.6800.720.45
HSL116.44º56.42%35.1%-
HSV(B)116.44º72.14%54.9%-
XYZ10.8319.465.11-
YUV100.0893.5388.71-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.09%
GREEN value IS 140 (55.08% from 255) = 62.5%
BLUE value IS 39 (15.62% from 255) = 17.41%
R=20.09%
G=62.5%
B=17.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal45140390.6800.720.45116.4456.4235.1
Hex2D8C27440482D743823
Octal55214471040110551647043
Binary101101100011001001111000100010010001011011110100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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