#0C9A31

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

Shades of Forest Green #0C9A31

Tints of Forest Green #0C9A31

Color information

#0C9A31 (or 0x0C9A31) is unknown color: approx Forest Green. HEX triplet: 0C, 9A and 31. RGB value is (12,154,49). Sum of RGB (Red+Green+Blue) = 12+154+49=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 154 (60.55% from 255 or 71.63% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 154 - color contains mainly: green. Hex color #0C9A31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9A31 is #F365CE. Grayscale: #636363. Windows color (decimal): -15951311 or 3250700. OLE color: 3250700.

HSL color Cylindrical-coordinate representation of color #0C9A31: hue angle of 135.63º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9A31 is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB1215449-
CMYK0.9200.680.40
HSL135.63º85.54%32.55%-
HSV(B)135.63º92.21%60.39%-
XYZ12.2623.416.78-
YUV99.5799.4665.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.58%
GREEN value IS 154 (60.55% from 255) = 71.63%
BLUE value IS 49 (19.53% from 255) = 22.79%
R=5.58%
G=71.63%
B=22.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12154490.9200.680.40135.6385.5432.55
HexC9A315C04428885621
Octal142326113401045021012641
Binary110010011010110001101110001000100101000100010001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,154,49); }

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

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

 a { background-color: rgb(12,154,49); }

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

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

 span { border-color: rgb(12,154,49); }

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