Shades of Forest Green #0F8321
Tints of Forest Green #0F8321
RGB
CMYK
RGB Variations
Color information
#0F8321 (or 0x0F8321) is known color: Forest Green. HEX triplet: 0F, 83 and 21. RGB value is (15,131,33). Sum of RGB (Red+Green+Blue) = 15+131+33=179 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.38% from 179); Green value is 131 (51.56% from 255 or 73.18% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 131 - color contains mainly: green. Hex color #0F8321 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8321 is #F07CDE. Grayscale: #555555. Windows color (decimal): -15760607 or 2196239. OLE color: 2196239.
HSL color Cylindrical-coordinate representation of color #0F8321: hue angle of 129.31º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8321 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 131 | 33 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.49 |
| HSL | 129.31º | 0.79% | 0.29% | - |
| HSV(B) | 129.31º | 0.89% | 0.51% | - |
| XYZ | 8.59 | 16.44 | 4.16 | - |
| YUV | 85.14 | 98.57 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 131 | 33 | 0.89 | 0 | 0.75 | 0.49 | 129.31 | 0.79 | 0.29 |
| Hex | F | 83 | 21 | 59 | 0 | 4B | 31 | 81 | 4F | 1D |
| Octal | 17 | 203 | 41 | 131 | 0 | 113 | 61 | 201 | 117 | 35 |
| Binary | 1111 | 10000011 | 100001 | 1011001 | 0 | 1001011 | 110001 | 10000001 | 1001111 | 11101 |
Color Harmonies of #0F8321
Complementary color
Monochromatic Colors of #0F8321
Black with #0F8321
Text Example
Text Example
White with #0F8321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8321; }
p { color: rgb(15,131,33); }
H1.HeaderClassName
{
color: #0F8321;
}
.AnyTagClassName
{
color: #0F8321;
}
</style>
background-color css
<style>
a { background-color: #0F8321; }
a { background-color: rgb(15,131,33); }
div.DivClassName
{
background-color: #0F8321;
}
.BgClassName
{
background-color: #0F8321;
}
</style>
border-color css
<style>
span { border-color: #0F8321; }
span { border-color: rgb(15,131,33); }
td.TdClassName
{
border-color: #0F8321;
}
.TagClassName
{
border-color: #0F8321;
}
</style>