#2D882C

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

Shades of Forest Green #2D882C

Tints of Forest Green #2D882C

Color information

#2D882C (or 0x2D882C) is unknown color: approx Forest Green. HEX triplet: 2D, 88 and 2C. RGB value is (45,136,44). Sum of RGB (Red+Green+Blue) = 45+136+44=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 136 (53.52% from 255 or 60.44% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 136 - color contains mainly: green. Hex color #2D882C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D882C is #D277D3. Grayscale: #626262. Windows color (decimal): -13793236 or 2918445. OLE color: 2918445.

HSL color Cylindrical-coordinate representation of color #2D882C: hue angle of 119.35º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D882C is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB4513644-
CMYK0.6700.680.47
HSL119.35º51.11%35.29%-
HSV(B)119.35º67.65%53.33%-
XYZ10.3418.355.38-
YUV98.397.3589.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20%
GREEN value IS 136 (53.52% from 255) = 60.44%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=20%
G=60.44%
B=19.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal45136440.6700.680.47119.3551.1135.29
Hex2D882C430442F773323
Octal55210541030104571676343
Binary101101100010001011001000011010001001011111110111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D882C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,136,44); }

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

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

 a { background-color: rgb(45,136,44); }

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

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

 span { border-color: rgb(45,136,44); }

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