Shades of Forest Green #0C9C2B
Tints of Forest Green #0C9C2B
RGB
CMYK
RGB Variations
Color information
#0C9C2B (or 0x0C9C2B) is known color: Forest Green. HEX triplet: 0C, 9C and 2B. RGB value is (12,156,43). Sum of RGB (Red+Green+Blue) = 12+156+43=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 156 (61.33% from 255 or 73.93% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 156 - color contains mainly: green. Hex color #0C9C2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C9C2B is #F363D4. Grayscale: #646464. Windows color (decimal): -15950805 or 2857996. OLE color: 2857996.
HSL color Cylindrical-coordinate representation of color #0C9C2B: hue angle of 132.92º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9C2B is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 156 | 43 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.39 |
| HSL | 132.92º | 0.86% | 0.33% | - |
| HSV(B) | 132.92º | 0.92% | 0.61% | - |
| XYZ | 12.48 | 24.03 | 6.27 | - |
| YUV | 100.06 | 95.79 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 156 | 43 | 0.92 | 0 | 0.72 | 0.39 | 132.92 | 0.86 | 0.33 |
| Hex | C | 9C | 2B | 5C | 0 | 48 | 27 | 85 | 56 | 21 |
| Octal | 14 | 234 | 53 | 134 | 0 | 110 | 47 | 205 | 126 | 41 |
| Binary | 1100 | 10011100 | 101011 | 1011100 | 0 | 1001000 | 100111 | 10000101 | 1010110 | 100001 |
Color Harmonies of #0C9C2B
Complementary color
Monochromatic Colors of #0C9C2B
Black with #0C9C2B
Text Example
Text Example
White with #0C9C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9C2B; }
p { color: rgb(12,156,43); }
H1.HeaderClassName
{
color: #0C9C2B;
}
.AnyTagClassName
{
color: #0C9C2B;
}
</style>
background-color css
<style>
a { background-color: #0C9C2B; }
a { background-color: rgb(12,156,43); }
div.DivClassName
{
background-color: #0C9C2B;
}
.BgClassName
{
background-color: #0C9C2B;
}
</style>
border-color css
<style>
span { border-color: #0C9C2B; }
span { border-color: rgb(12,156,43); }
td.TdClassName
{
border-color: #0C9C2B;
}
.TagClassName
{
border-color: #0C9C2B;
}
</style>