Shades of Forest Green #0C841D
Tints of Forest Green #0C841D
RGB
CMYK
RGB Variations
Color information
#0C841D (or 0x0C841D) is known color: Forest Green. HEX triplet: 0C, 84 and 1D. RGB value is (12,132,29). Sum of RGB (Red+Green+Blue) = 12+132+29=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 132 (51.95% from 255 or 76.30% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 132 - color contains mainly: green. Hex color #0C841D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C841D is #F37BE2. Grayscale: #545454. Windows color (decimal): -15956963 or 1934348. OLE color: 1934348.
HSL color Cylindrical-coordinate representation of color #0C841D: hue angle of 128.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C841D is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 132 | 29 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.48 |
| HSL | 128.5º | 0.83% | 0.28% | - |
| HSV(B) | 128.5º | 0.91% | 0.52% | - |
| XYZ | 8.62 | 16.67 | 3.93 | - |
| YUV | 84.38 | 96.74 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 132 | 29 | 0.91 | 0 | 0.78 | 0.48 | 128.5 | 0.83 | 0.28 |
| Hex | C | 84 | 1D | 5B | 0 | 4E | 30 | 80 | 53 | 1C |
| Octal | 14 | 204 | 35 | 133 | 0 | 116 | 60 | 200 | 123 | 34 |
| Binary | 1100 | 10000100 | 11101 | 1011011 | 0 | 1001110 | 110000 | 10000000 | 1010011 | 11100 |
Color Harmonies of #0C841D
Complementary color
Monochromatic Colors of #0C841D
Black with #0C841D
Text Example
Text Example
White with #0C841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C841D; }
p { color: rgb(12,132,29); }
H1.HeaderClassName
{
color: #0C841D;
}
.AnyTagClassName
{
color: #0C841D;
}
</style>
background-color css
<style>
a { background-color: #0C841D; }
a { background-color: rgb(12,132,29); }
div.DivClassName
{
background-color: #0C841D;
}
.BgClassName
{
background-color: #0C841D;
}
</style>
border-color css
<style>
span { border-color: #0C841D; }
span { border-color: rgb(12,132,29); }
td.TdClassName
{
border-color: #0C841D;
}
.TagClassName
{
border-color: #0C841D;
}
</style>