Shades of Forest Green #0F842B
Tints of Forest Green #0F842B
RGB
CMYK
RGB Variations
Color information
#0F842B (or 0x0F842B) is known color: Forest Green. HEX triplet: 0F, 84 and 2B. RGB value is (15,132,43). Sum of RGB (Red+Green+Blue) = 15+132+43=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 132 (51.95% from 255 or 69.47% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 132 - color contains mainly: green. Hex color #0F842B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F842B is #F07BD4. Grayscale: #575757. Windows color (decimal): -15760341 or 2851855. OLE color: 2851855.
HSL color Cylindrical-coordinate representation of color #0F842B: hue angle of 134.36º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F842B is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 132 | 43 | - |
| CMYK | 0.89 | 0 | 0.67 | 0.48 |
| HSL | 134.36º | 0.8% | 0.29% | - |
| HSV(B) | 134.36º | 0.89% | 0.52% | - |
| XYZ | 8.88 | 16.78 | 5.06 | - |
| YUV | 86.87 | 103.24 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 132 | 43 | 0.89 | 0 | 0.67 | 0.48 | 134.36 | 0.8 | 0.29 |
| Hex | F | 84 | 2B | 59 | 0 | 43 | 30 | 86 | 50 | 1D |
| Octal | 17 | 204 | 53 | 131 | 0 | 103 | 60 | 206 | 120 | 35 |
| Binary | 1111 | 10000100 | 101011 | 1011001 | 0 | 1000011 | 110000 | 10000110 | 1010000 | 11101 |
Color Harmonies of #0F842B
Complementary color
Monochromatic Colors of #0F842B
Black with #0F842B
Text Example
Text Example
White with #0F842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F842B; }
p { color: rgb(15,132,43); }
H1.HeaderClassName
{
color: #0F842B;
}
.AnyTagClassName
{
color: #0F842B;
}
</style>
background-color css
<style>
a { background-color: #0F842B; }
a { background-color: rgb(15,132,43); }
div.DivClassName
{
background-color: #0F842B;
}
.BgClassName
{
background-color: #0F842B;
}
</style>
border-color css
<style>
span { border-color: #0F842B; }
span { border-color: rgb(15,132,43); }
td.TdClassName
{
border-color: #0F842B;
}
.TagClassName
{
border-color: #0F842B;
}
</style>