#0C8B24

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

Shades of Forest Green #0C8B24

Tints of Forest Green #0C8B24

Color information

#0C8B24 (or 0x0C8B24) is unknown color: approx Forest Green. HEX triplet: 0C, 8B and 24. RGB value is (12,139,36). Sum of RGB (Red+Green+Blue) = 12+139+36=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 139 (54.69% from 255 or 74.33% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8B24 is #F374DB. Grayscale: #595959. Windows color (decimal): -15955164 or 2394892. OLE color: 2394892.

HSL color Cylindrical-coordinate representation of color #0C8B24: hue angle of 131.34º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8B24 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB1213936-
CMYK0.9100.740.45
HSL131.34º84.11%29.61%-
HSV(B)131.34º91.37%54.51%-
XYZ9.718.674.76-
YUV89.2897.9272.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.42%
GREEN value IS 139 (54.69% from 255) = 74.33%
BLUE value IS 36 (14.45% from 255) = 19.25%
R=6.42%
G=74.33%
B=19.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12139360.9100.740.45131.3484.1129.61
HexC8B245B04A2D83541e
Octal142134413301125520312436
Binary11001000101110010010110110100101010110110000011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C8B24; }

 p { color: rgb(12,139,36); }

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

<style>
 a { background-color: #0C8B24; }

 a { background-color: rgb(12,139,36); }

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

<style>
 span { border-color: #0C8B24; }

 span { border-color: rgb(12,139,36); }

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