#2C8516

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

Shades of Forest Green #2C8516

Tints of Forest Green #2C8516

Color information

#2C8516 (or 0x2C8516) is unknown color: approx Forest Green. HEX triplet: 2C, 85 and 16. RGB value is (44,133,22). Sum of RGB (Red+Green+Blue) = 44+133+22=199 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.11% from 199); Green value is 133 (52.34% from 255 or 66.83% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 133 - color contains mainly: green. Hex color #2C8516 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C8516 is #D37AE9. Grayscale: #5E5E5E. Windows color (decimal): -13859562 or 1475884. OLE color: 1475884.

HSL color Cylindrical-coordinate representation of color #2C8516: hue angle of 108.11º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C8516 is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB4413322-
CMYK0.6700.830.48
HSL108.11º71.61%30.39%-
HSV(B)108.11º83.46%52.16%-
XYZ9.5717.373.61-
YUV93.7487.5192.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.11%
GREEN value IS 133 (52.34% from 255) = 66.83%
BLUE value IS 22 (8.98% from 255) = 11.06%
R=22.11%
G=66.83%
B=11.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal44133220.6700.830.48108.1171.6130.39
Hex2C851643053306c481e
Octal542052610301236015411036
Binary10110010000101101101000011010100111100001101100100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,133,22); }

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

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

 a { background-color: rgb(44,133,22); }

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

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

 span { border-color: rgb(44,133,22); }

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