Shades of Forest Green #0C821E
Tints of Forest Green #0C821E
RGB
CMYK
RGB Variations
Color information
#0C821E (or 0x0C821E) is known color: Forest Green. HEX triplet: 0C, 82 and 1E. RGB value is (12,130,30). Sum of RGB (Red+Green+Blue) = 12+130+30=172 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.98% from 172); Green value is 130 (51.17% from 255 or 75.58% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 130 - color contains mainly: green. Hex color #0C821E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C821E is #F37DE1. Grayscale: #535353. Windows color (decimal): -15957474 or 1999372. OLE color: 1999372.
HSL color Cylindrical-coordinate representation of color #0C821E: hue angle of 129.15º 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 #0C821E is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 130 | 30 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.49 |
| HSL | 129.15º | 0.83% | 0.28% | - |
| HSV(B) | 129.15º | 0.91% | 0.51% | - |
| XYZ | 8.37 | 16.14 | 3.9 | - |
| YUV | 83.32 | 97.91 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 130 | 30 | 0.91 | 0 | 0.77 | 0.49 | 129.15 | 0.83 | 0.28 |
| Hex | C | 82 | 1E | 5B | 0 | 4D | 31 | 81 | 53 | 1C |
| Octal | 14 | 202 | 36 | 133 | 0 | 115 | 61 | 201 | 123 | 34 |
| Binary | 1100 | 10000010 | 11110 | 1011011 | 0 | 1001101 | 110001 | 10000001 | 1010011 | 11100 |
Color Harmonies of #0C821E
Complementary color
Monochromatic Colors of #0C821E
Black with #0C821E
Text Example
Text Example
White with #0C821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C821E; }
p { color: rgb(12,130,30); }
H1.HeaderClassName
{
color: #0C821E;
}
.AnyTagClassName
{
color: #0C821E;
}
</style>
background-color css
<style>
a { background-color: #0C821E; }
a { background-color: rgb(12,130,30); }
div.DivClassName
{
background-color: #0C821E;
}
.BgClassName
{
background-color: #0C821E;
}
</style>
border-color css
<style>
span { border-color: #0C821E; }
span { border-color: rgb(12,130,30); }
td.TdClassName
{
border-color: #0C821E;
}
.TagClassName
{
border-color: #0C821E;
}
</style>