Shades of Forest Green #0C822B
Tints of Forest Green #0C822B
RGB
CMYK
RGB Variations
Color information
#0C822B (or 0x0C822B) is known color: Forest Green. HEX triplet: 0C, 82 and 2B. RGB value is (12,130,43). Sum of RGB (Red+Green+Blue) = 12+130+43=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 130 (51.17% from 255 or 70.27% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 130 - color contains mainly: green. Hex color #0C822B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C822B is #F37DD4. Grayscale: #555555. Windows color (decimal): -15957461 or 2851340. OLE color: 2851340.
HSL color Cylindrical-coordinate representation of color #0C822B: hue angle of 135.76º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C822B is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 130 | 43 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.49 |
| HSL | 135.76º | 0.83% | 0.28% | - |
| HSV(B) | 135.76º | 0.91% | 0.51% | - |
| XYZ | 8.57 | 16.22 | 4.96 | - |
| YUV | 84.8 | 104.41 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 130 | 43 | 0.91 | 0 | 0.67 | 0.49 | 135.76 | 0.83 | 0.28 |
| Hex | C | 82 | 2B | 5B | 0 | 43 | 31 | 88 | 53 | 1C |
| Octal | 14 | 202 | 53 | 133 | 0 | 103 | 61 | 210 | 123 | 34 |
| Binary | 1100 | 10000010 | 101011 | 1011011 | 0 | 1000011 | 110001 | 10001000 | 1010011 | 11100 |
Color Harmonies of #0C822B
Complementary color
Monochromatic Colors of #0C822B
Black with #0C822B
Text Example
Text Example
White with #0C822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C822B; }
p { color: rgb(12,130,43); }
H1.HeaderClassName
{
color: #0C822B;
}
.AnyTagClassName
{
color: #0C822B;
}
</style>
background-color css
<style>
a { background-color: #0C822B; }
a { background-color: rgb(12,130,43); }
div.DivClassName
{
background-color: #0C822B;
}
.BgClassName
{
background-color: #0C822B;
}
</style>
border-color css
<style>
span { border-color: #0C822B; }
span { border-color: rgb(12,130,43); }
td.TdClassName
{
border-color: #0C822B;
}
.TagClassName
{
border-color: #0C822B;
}
</style>