Shades of Forest Green #0C942B
Tints of Forest Green #0C942B
RGB
CMYK
RGB Variations
Color information
#0C942B (or 0x0C942B) is known color: Forest Green. HEX triplet: 0C, 94 and 2B. RGB value is (12,148,43). Sum of RGB (Red+Green+Blue) = 12+148+43=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 148 (58.20% from 255 or 72.91% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 148 - color contains mainly: green. Hex color #0C942B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C942B is #F36BD4. Grayscale: #5F5F5F. Windows color (decimal): -15952853 or 2855948. OLE color: 2855948.
HSL color Cylindrical-coordinate representation of color #0C942B: hue angle of 133.68º 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 #0C942B is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 148 | 43 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.42 |
| HSL | 133.68º | 0.85% | 0.31% | - |
| HSV(B) | 133.68º | 0.92% | 0.58% | - |
| XYZ | 11.18 | 21.43 | 5.83 | - |
| YUV | 95.37 | 98.44 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 148 | 43 | 0.92 | 0 | 0.71 | 0.42 | 133.68 | 0.85 | 0.31 |
| Hex | C | 94 | 2B | 5C | 0 | 47 | 2A | 86 | 55 | 1F |
| Octal | 14 | 224 | 53 | 134 | 0 | 107 | 52 | 206 | 125 | 37 |
| Binary | 1100 | 10010100 | 101011 | 1011100 | 0 | 1000111 | 101010 | 10000110 | 1010101 | 11111 |
Color Harmonies of #0C942B
Complementary color
Monochromatic Colors of #0C942B
Black with #0C942B
Text Example
Text Example
White with #0C942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C942B; }
p { color: rgb(12,148,43); }
H1.HeaderClassName
{
color: #0C942B;
}
.AnyTagClassName
{
color: #0C942B;
}
</style>
background-color css
<style>
a { background-color: #0C942B; }
a { background-color: rgb(12,148,43); }
div.DivClassName
{
background-color: #0C942B;
}
.BgClassName
{
background-color: #0C942B;
}
</style>
border-color css
<style>
span { border-color: #0C942B; }
span { border-color: rgb(12,148,43); }
td.TdClassName
{
border-color: #0C942B;
}
.TagClassName
{
border-color: #0C942B;
}
</style>