Shades of Forest Green #0C9228
Tints of Forest Green #0C9228
RGB
CMYK
RGB Variations
Color information
#0C9228 (or 0x0C9228) is known color: Forest Green. HEX triplet: 0C, 92 and 28. RGB value is (12,146,40). Sum of RGB (Red+Green+Blue) = 12+146+40=198 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.06% from 198); Green value is 146 (57.42% from 255 or 73.74% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 146 - color contains mainly: green. Hex color #0C9228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9228 is #F36DD7. Grayscale: #5E5E5E. Windows color (decimal): -15953368 or 2658828. OLE color: 2658828.
HSL color Cylindrical-coordinate representation of color #0C9228: hue angle of 132.54º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9228 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 146 | 40 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.43 |
| HSL | 132.54º | 0.85% | 0.31% | - |
| HSV(B) | 132.54º | 0.92% | 0.57% | - |
| XYZ | 10.81 | 20.79 | 5.45 | - |
| YUV | 93.85 | 97.61 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 146 | 40 | 0.92 | 0 | 0.73 | 0.43 | 132.54 | 0.85 | 0.31 |
| Hex | C | 92 | 28 | 5C | 0 | 49 | 2B | 85 | 55 | 1F |
| Octal | 14 | 222 | 50 | 134 | 0 | 111 | 53 | 205 | 125 | 37 |
| Binary | 1100 | 10010010 | 101000 | 1011100 | 0 | 1001001 | 101011 | 10000101 | 1010101 | 11111 |
Color Harmonies of #0C9228
Complementary color
Monochromatic Colors of #0C9228
Black with #0C9228
Text Example
Text Example
White with #0C9228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9228; }
p { color: rgb(12,146,40); }
H1.HeaderClassName
{
color: #0C9228;
}
.AnyTagClassName
{
color: #0C9228;
}
</style>
background-color css
<style>
a { background-color: #0C9228; }
a { background-color: rgb(12,146,40); }
div.DivClassName
{
background-color: #0C9228;
}
.BgClassName
{
background-color: #0C9228;
}
</style>
border-color css
<style>
span { border-color: #0C9228; }
span { border-color: rgb(12,146,40); }
td.TdClassName
{
border-color: #0C9228;
}
.TagClassName
{
border-color: #0C9228;
}
</style>