#0C932F

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

Shades of Forest Green #0C932F

Tints of Forest Green #0C932F

Color information

#0C932F (or 0x0C932F) is unknown color: approx Forest Green. HEX triplet: 0C, 93 and 2F. RGB value is (12,147,47). Sum of RGB (Red+Green+Blue) = 12+147+47=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 147 (57.81% from 255 or 71.36% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 147 - color contains mainly: green. Hex color #0C932F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C932F is #F36CD0. Grayscale: #5F5F5F. Windows color (decimal): -15953105 or 3117836. OLE color: 3117836.

HSL color Cylindrical-coordinate representation of color #0C932F: hue angle of 135.56º 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 #0C932F is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB1214747-
CMYK0.9200.680.42
HSL135.56º84.91%31.18%-
HSV(B)135.56º91.84%57.65%-
XYZ11.121.156.19-
YUV95.24100.7768.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.83%
GREEN value IS 147 (57.81% from 255) = 71.36%
BLUE value IS 47 (18.75% from 255) = 22.82%
R=5.83%
G=71.36%
B=22.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12147470.9200.680.42135.5684.9131.18
HexC932F5C0442A88551f
Octal142235713401045221012537
Binary11001001001110111110111000100010010101010001000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C932F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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