#2C8120

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

Shades of Forest Green #2C8120

Tints of Forest Green #2C8120

Color information

#2C8120 (or 0x2C8120) is unknown color: approx Forest Green. HEX triplet: 2C, 81 and 20. RGB value is (44,129,32). Sum of RGB (Red+Green+Blue) = 44+129+32=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 129 (50.78% from 255 or 62.93% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 129 - color contains mainly: green. Hex color #2C8120 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8120 is #D37EDF. Grayscale: #5C5C5C. Windows color (decimal): -13860576 or 2130220. OLE color: 2130220.

HSL color Cylindrical-coordinate representation of color #2C8120: hue angle of 112.58º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C8120 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB4412932-
CMYK0.6600.750.49
HSL112.58º60.25%31.57%-
HSV(B)112.58º75.19%50.59%-
XYZ9.1516.344.04-
YUV92.5393.8493.39-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.46%
GREEN value IS 129 (50.78% from 255) = 62.93%
BLUE value IS 32 (12.89% from 255) = 15.61%
R=21.46%
G=62.93%
B=15.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal44129320.6600.750.49112.5860.2531.57
Hex2C81204204B31713c20
Octal54201401020113611617440
Binary101100100000011000001000010010010111100011110001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,129,32); }

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

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

 a { background-color: rgb(44,129,32); }

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

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

 span { border-color: rgb(44,129,32); }

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