Shades of Forest Green #0F821C
Tints of Forest Green #0F821C
RGB
CMYK
RGB Variations
Color information
#0F821C (or 0x0F821C) is known color: Forest Green. HEX triplet: 0F, 82 and 1C. RGB value is (15,130,28). Sum of RGB (Red+Green+Blue) = 15+130+28=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 130 (51.17% from 255 or 75.14% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 130 - color contains mainly: green. Hex color #0F821C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F821C is #F07DE3. Grayscale: #545454. Windows color (decimal): -15760868 or 1868303. OLE color: 1868303.
HSL color Cylindrical-coordinate representation of color #0F821C: hue angle of 126.78º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F821C is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 130 | 28 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.49 |
| HSL | 126.78º | 0.79% | 0.28% | - |
| HSV(B) | 126.78º | 0.88% | 0.51% | - |
| XYZ | 8.39 | 16.15 | 3.77 | - |
| YUV | 83.99 | 96.4 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 130 | 28 | 0.88 | 0 | 0.78 | 0.49 | 126.78 | 0.79 | 0.28 |
| Hex | F | 82 | 1C | 58 | 0 | 4E | 31 | 7F | 4F | 1C |
| Octal | 17 | 202 | 34 | 130 | 0 | 116 | 61 | 177 | 117 | 34 |
| Binary | 1111 | 10000010 | 11100 | 1011000 | 0 | 1001110 | 110001 | 1111111 | 1001111 | 11100 |
Color Harmonies of #0F821C
Complementary color
Monochromatic Colors of #0F821C
Black with #0F821C
Text Example
Text Example
White with #0F821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F821C; }
p { color: rgb(15,130,28); }
H1.HeaderClassName
{
color: #0F821C;
}
.AnyTagClassName
{
color: #0F821C;
}
</style>
background-color css
<style>
a { background-color: #0F821C; }
a { background-color: rgb(15,130,28); }
div.DivClassName
{
background-color: #0F821C;
}
.BgClassName
{
background-color: #0F821C;
}
</style>
border-color css
<style>
span { border-color: #0F821C; }
span { border-color: rgb(15,130,28); }
td.TdClassName
{
border-color: #0F821C;
}
.TagClassName
{
border-color: #0F821C;
}
</style>