#0c9331

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

Shades of Forest Green #0C9331

Tints of Forest Green #0C9331

Color information

#0C9331 (or 0x0C9331) is unknown color: approx Forest Green. HEX triplet: 0C, 93 and 31. RGB value is (12,147,49). Sum of RGB (Red+Green+Blue) = 12+147+49=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 147 (57.81% from 255 or 70.67% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 147 - color contains mainly: green. Hex color #0C9331 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9331 is #F36CCE. Grayscale: #5F5F5F. Windows color (decimal): -15953103 or 3248908. OLE color: 3248908.

HSL color Cylindrical-coordinate representation of color #0C9331: hue angle of 136.44º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9331 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB1214749-
CMYK0.9200.670.42
HSL136.44º84.91%31.18%-
HSV(B)136.44º91.84%57.65%-
XYZ11.1421.176.4-
YUV95.46101.7768.47-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.77%
GREEN value IS 147 (57.81% from 255) = 70.67%
BLUE value IS 49 (19.53% from 255) = 23.56%
R=5.77%
G=70.67%
B=23.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12147490.9200.670.42136.4484.9131.18
HexC93315C0432A88551f
Octal142236113401035221012537
Binary11001001001111000110111000100001110101010001000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c9331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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