Shades of Forest Green #0C902B
Tints of Forest Green #0C902B
RGB
CMYK
RGB Variations
Color information
#0C902B (or 0x0C902B) is known color: Forest Green. HEX triplet: 0C, 90 and 2B. RGB value is (12,144,43). Sum of RGB (Red+Green+Blue) = 12+144+43=199 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.03% from 199); Green value is 144 (56.64% from 255 or 72.36% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 144 - color contains mainly: green. Hex color #0C902B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C902B is #F36FD4. Grayscale: #5D5D5D. Windows color (decimal): -15953877 or 2854924. OLE color: 2854924.
HSL color Cylindrical-coordinate representation of color #0C902B: hue angle of 134.09º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C902B is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 144 | 43 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.44 |
| HSL | 134.09º | 0.85% | 0.31% | - |
| HSV(B) | 134.09º | 0.92% | 0.56% | - |
| XYZ | 10.56 | 20.2 | 5.63 | - |
| YUV | 93.02 | 99.77 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 144 | 43 | 0.92 | 0 | 0.70 | 0.44 | 134.09 | 0.85 | 0.31 |
| Hex | C | 90 | 2B | 5C | 0 | 46 | 2C | 86 | 55 | 1F |
| Octal | 14 | 220 | 53 | 134 | 0 | 106 | 54 | 206 | 125 | 37 |
| Binary | 1100 | 10010000 | 101011 | 1011100 | 0 | 1000110 | 101100 | 10000110 | 1010101 | 11111 |
Color Harmonies of #0C902B
Complementary color
Monochromatic Colors of #0C902B
Black with #0C902B
Text Example
Text Example
White with #0C902B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C902B; }
p { color: rgb(12,144,43); }
H1.HeaderClassName
{
color: #0C902B;
}
.AnyTagClassName
{
color: #0C902B;
}
</style>
background-color css
<style>
a { background-color: #0C902B; }
a { background-color: rgb(12,144,43); }
div.DivClassName
{
background-color: #0C902B;
}
.BgClassName
{
background-color: #0C902B;
}
</style>
border-color css
<style>
span { border-color: #0C902B; }
span { border-color: rgb(12,144,43); }
td.TdClassName
{
border-color: #0C902B;
}
.TagClassName
{
border-color: #0C902B;
}
</style>