Shades of Forest Green #0C8A2C
Tints of Forest Green #0C8A2C
RGB
CMYK
RGB Variations
Color information
#0C8A2C (or 0x0C8A2C) is known color: Forest Green. HEX triplet: 0C, 8A and 2C. RGB value is (12,138,44). Sum of RGB (Red+Green+Blue) = 12+138+44=194 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.19% from 194); Green value is 138 (54.30% from 255 or 71.13% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8A2C is #F375D3. Grayscale: #595959. Windows color (decimal): -15955412 or 2918924. OLE color: 2918924.
HSL color Cylindrical-coordinate representation of color #0C8A2C: hue angle of 135.24º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8A2C is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 138 | 44 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.46 |
| HSL | 135.24º | 0.84% | 0.29% | - |
| HSV(B) | 135.24º | 0.91% | 0.54% | - |
| XYZ | 9.69 | 18.44 | 5.43 | - |
| YUV | 89.61 | 102.26 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 44 | 0.91 | 0 | 0.68 | 0.46 | 135.24 | 0.84 | 0.29 |
| Hex | C | 8A | 2C | 5B | 0 | 44 | 2E | 87 | 54 | 1D |
| Octal | 14 | 212 | 54 | 133 | 0 | 104 | 56 | 207 | 124 | 35 |
| Binary | 1100 | 10001010 | 101100 | 1011011 | 0 | 1000100 | 101110 | 10000111 | 1010100 | 11101 |
Color Harmonies of #0C8A2C
Complementary color
Monochromatic Colors of #0C8A2C
Black with #0C8A2C
Text Example
Text Example
White with #0C8A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8A2C; }
p { color: rgb(12,138,44); }
H1.HeaderClassName
{
color: #0C8A2C;
}
.AnyTagClassName
{
color: #0C8A2C;
}
</style>
background-color css
<style>
a { background-color: #0C8A2C; }
a { background-color: rgb(12,138,44); }
div.DivClassName
{
background-color: #0C8A2C;
}
.BgClassName
{
background-color: #0C8A2C;
}
</style>
border-color css
<style>
span { border-color: #0C8A2C; }
span { border-color: rgb(12,138,44); }
td.TdClassName
{
border-color: #0C8A2C;
}
.TagClassName
{
border-color: #0C8A2C;
}
</style>