Shades of Forest Green #0C751F
Tints of Forest Green #0C751F
RGB
CMYK
RGB Variations
Color information
#0C751F (or 0x0C751F) is known color: Forest Green. HEX triplet: 0C, 75 and 1F. RGB value is (12,117,31). Sum of RGB (Red+Green+Blue) = 12+117+31=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 117 (46.09% from 255 or 73.12% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 117 - color contains mainly: green. Hex color #0C751F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C751F is #F38AE0. Grayscale: #4C4C4C. Windows color (decimal): -15960801 or 2061580. OLE color: 2061580.
HSL color Cylindrical-coordinate representation of color #0C751F: hue angle of 130.86º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C751F is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 117 | 31 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.54 |
| HSL | 130.86º | 0.81% | 0.25% | - |
| HSV(B) | 130.86º | 0.9% | 0.46% | - |
| XYZ | 6.76 | 12.9 | 3.43 | - |
| YUV | 75.8 | 102.71 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 117 | 31 | 0.90 | 0 | 0.74 | 0.54 | 130.86 | 0.81 | 0.25 |
| Hex | C | 75 | 1F | 5A | 0 | 4A | 36 | 83 | 51 | 19 |
| Octal | 14 | 165 | 37 | 132 | 0 | 112 | 66 | 203 | 121 | 31 |
| Binary | 1100 | 1110101 | 11111 | 1011010 | 0 | 1001010 | 110110 | 10000011 | 1010001 | 11001 |
Color Harmonies of #0C751F
Complementary color
Monochromatic Colors of #0C751F
Black with #0C751F
Text Example
Text Example
White with #0C751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C751F; }
p { color: rgb(12,117,31); }
H1.HeaderClassName
{
color: #0C751F;
}
.AnyTagClassName
{
color: #0C751F;
}
</style>
background-color css
<style>
a { background-color: #0C751F; }
a { background-color: rgb(12,117,31); }
div.DivClassName
{
background-color: #0C751F;
}
.BgClassName
{
background-color: #0C751F;
}
</style>
border-color css
<style>
span { border-color: #0C751F; }
span { border-color: rgb(12,117,31); }
td.TdClassName
{
border-color: #0C751F;
}
.TagClassName
{
border-color: #0C751F;
}
</style>