#0C931B

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

Shades of Forest Green #0C931B

Tints of Forest Green #0C931B

Color information

#0C931B (or 0x0C931B) is unknown color: approx Forest Green. HEX triplet: 0C, 93 and 1B. RGB value is (12,147,27). Sum of RGB (Red+Green+Blue) = 12+147+27=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 147 (57.81% from 255 or 79.03% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 147 - color contains mainly: green. Hex color #0C931B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C931B is #F36CE4. Grayscale: #5D5D5D. Windows color (decimal): -15953125 or 1807116. OLE color: 1807116.

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

Color convert

RGB1214727-
CMYK0.9200.820.42
HSL126.67º84.91%31.18%-
HSV(B)126.67º91.84%57.65%-
XYZ10.7821.024.53-
YUV92.9690.7770.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.45%
GREEN value IS 147 (57.81% from 255) = 79.03%
BLUE value IS 27 (10.94% from 255) = 14.52%
R=6.45%
G=79.03%
B=14.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12147270.9200.820.42126.6784.9131.18
HexC931B5C0522A7f551f
Octal142233313401225217712537
Binary110010010011110111011100010100101010101111111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C931B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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