#0C931A

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

Shades of Forest Green #0C931A

Tints of Forest Green #0C931A

Color information

#0C931A (or 0x0C931A) is unknown color: approx Forest Green. HEX triplet: 0C, 93 and 1A. RGB value is (12,147,26). Sum of RGB (Red+Green+Blue) = 12+147+26=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 147 (57.81% from 255 or 79.46% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 147 - color contains mainly: green. Hex color #0C931A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C931A is #F36CE5. Grayscale: #5D5D5D. Windows color (decimal): -15953126 or 1741580. OLE color: 1741580.

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

Color convert

RGB1214726-
CMYK0.9200.820.42
HSL126.22º84.91%31.18%-
HSV(B)126.22º91.84%57.65%-
XYZ10.7721.024.47-
YUV92.8490.2770.34-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.49%
GREEN value IS 147 (57.81% from 255) = 79.46%
BLUE value IS 26 (10.55% from 255) = 14.05%
R=6.49%
G=79.46%
B=14.05%

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
Decimal12147260.9200.820.42126.2284.9131.18
HexC931A5C0522A7e551f
Octal142233213401225217612537
Binary110010010011110101011100010100101010101111110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C931A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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