#2C8D15

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

Shades of Forest Green #2C8D15

Tints of Forest Green #2C8D15

Color information

#2C8D15 (or 0x2C8D15) is unknown color: approx Forest Green. HEX triplet: 2C, 8D and 15. RGB value is (44,141,21). Sum of RGB (Red+Green+Blue) = 44+141+21=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 141 (55.47% from 255 or 68.45% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 141 - color contains mainly: green. Hex color #2C8D15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C8D15 is #D372EA. Grayscale: #626262. Windows color (decimal): -13857515 or 1412396. OLE color: 1412396.

HSL color Cylindrical-coordinate representation of color #2C8D15: hue angle of 108.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C8D15 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB4414121-
CMYK0.6900.850.45
HSL108.5º74.07%31.76%-
HSV(B)108.5º85.11%55.29%-
XYZ10.719.643.94-
YUV98.3284.3689.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.36%
GREEN value IS 141 (55.47% from 255) = 68.45%
BLUE value IS 21 (8.59% from 255) = 10.19%
R=21.36%
G=68.45%
B=10.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44141210.6900.850.45108.574.0731.76
Hex2C8D15450552D6c4a20
Octal542152510501255515411240
Binary101100100011011010110001010101010110110111011001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,141,21); }

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

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

 a { background-color: rgb(44,141,21); }

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

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

 span { border-color: rgb(44,141,21); }

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