Shades of Forest Green #0F8F32
Tints of Forest Green #0F8F32
RGB
CMYK
RGB Variations
Color information
#0F8F32 (or 0x0F8F32) is known color: Forest Green. HEX triplet: 0F, 8F and 32. RGB value is (15,143,50). Sum of RGB (Red+Green+Blue) = 15+143+50=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 143 (56.25% from 255 or 68.75% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 143 - color contains mainly: green. Hex color #0F8F32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8F32 is #F070CD. Grayscale: #5E5E5E. Windows color (decimal): -15757518 or 3313423. OLE color: 3313423.
HSL color Cylindrical-coordinate representation of color #0F8F32: hue angle of 136.41º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F8F32 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 143 | 50 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.44 |
| HSL | 136.41º | 0.81% | 0.31% | - |
| HSV(B) | 136.41º | 0.9% | 0.56% | - |
| XYZ | 10.6 | 19.98 | 6.32 | - |
| YUV | 94.13 | 103.09 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 143 | 50 | 0.90 | 0 | 0.65 | 0.44 | 136.41 | 0.81 | 0.31 |
| Hex | F | 8F | 32 | 5A | 0 | 41 | 2C | 88 | 51 | 1F |
| Octal | 17 | 217 | 62 | 132 | 0 | 101 | 54 | 210 | 121 | 37 |
| Binary | 1111 | 10001111 | 110010 | 1011010 | 0 | 1000001 | 101100 | 10001000 | 1010001 | 11111 |
Color Harmonies of #0F8F32
Complementary color
Monochromatic Colors of #0F8F32
Black with #0F8F32
Text Example
Text Example
White with #0F8F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8F32; }
p { color: rgb(15,143,50); }
H1.HeaderClassName
{
color: #0F8F32;
}
.AnyTagClassName
{
color: #0F8F32;
}
</style>
background-color css
<style>
a { background-color: #0F8F32; }
a { background-color: rgb(15,143,50); }
div.DivClassName
{
background-color: #0F8F32;
}
.BgClassName
{
background-color: #0F8F32;
}
</style>
border-color css
<style>
span { border-color: #0F8F32; }
span { border-color: rgb(15,143,50); }
td.TdClassName
{
border-color: #0F8F32;
}
.TagClassName
{
border-color: #0F8F32;
}
</style>