Shades of Forest Green #0C881B
Tints of Forest Green #0C881B
RGB
CMYK
RGB Variations
Color information
#0C881B (or 0x0C881B) is known color: Forest Green. HEX triplet: 0C, 88 and 1B. RGB value is (12,136,27). Sum of RGB (Red+Green+Blue) = 12+136+27=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 136 (53.52% from 255 or 77.71% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 136 - color contains mainly: green. Hex color #0C881B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C881B is #F377E4. Grayscale: #565656. Windows color (decimal): -15955941 or 1804300. OLE color: 1804300.
HSL color Cylindrical-coordinate representation of color #0C881B: hue angle of 127.26º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C881B is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 136 | 27 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.47 |
| HSL | 127.26º | 0.84% | 0.29% | - |
| HSV(B) | 127.26º | 0.91% | 0.53% | - |
| XYZ | 9.15 | 17.77 | 3.98 | - |
| YUV | 86.5 | 94.42 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 27 | 0.91 | 0 | 0.80 | 0.47 | 127.26 | 0.84 | 0.29 |
| Hex | C | 88 | 1B | 5B | 0 | 50 | 2F | 7F | 54 | 1D |
| Octal | 14 | 210 | 33 | 133 | 0 | 120 | 57 | 177 | 124 | 35 |
| Binary | 1100 | 10001000 | 11011 | 1011011 | 0 | 1010000 | 101111 | 1111111 | 1010100 | 11101 |
Color Harmonies of #0C881B
Complementary color
Monochromatic Colors of #0C881B
Black with #0C881B
Text Example
Text Example
White with #0C881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C881B; }
p { color: rgb(12,136,27); }
H1.HeaderClassName
{
color: #0C881B;
}
.AnyTagClassName
{
color: #0C881B;
}
</style>
background-color css
<style>
a { background-color: #0C881B; }
a { background-color: rgb(12,136,27); }
div.DivClassName
{
background-color: #0C881B;
}
.BgClassName
{
background-color: #0C881B;
}
</style>
border-color css
<style>
span { border-color: #0C881B; }
span { border-color: rgb(12,136,27); }
td.TdClassName
{
border-color: #0C881B;
}
.TagClassName
{
border-color: #0C881B;
}
</style>