#2C882D

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

Shades of Forest Green #2C882D

Tints of Forest Green #2C882D

Color information

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

HSL color Cylindrical-coordinate representation of color #2C882D: hue angle of 120.65º 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 #2C882D is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB4413645-
CMYK0.6800.670.47
HSL120.65º51.11%35.29%-
HSV(B)120.65º67.65%53.33%-
XYZ10.3218.335.48-
YUV98.1298.0289.4-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal44136450.6800.670.47120.6551.1135.29
Hex2C882D440432F793323
Octal54210551040103571716343
Binary101100100010001011011000100010000111011111111001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C882D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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