Shades of Forest Green #0F971B
Tints of Forest Green #0F971B
RGB
CMYK
RGB Variations
Color information
#0F971B (or 0x0F971B) is known color: Forest Green. HEX triplet: 0F, 97 and 1B. RGB value is (15,151,27). Sum of RGB (Red+Green+Blue) = 15+151+27=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 151 (59.38% from 255 or 78.24% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 151 - color contains mainly: green. Hex color #0F971B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F971B is #F068E4. Grayscale: #606060. Windows color (decimal): -15755493 or 1808143. OLE color: 1808143.
HSL color Cylindrical-coordinate representation of color #0F971B: hue angle of 125.29º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F971B is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 151 | 27 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.41 |
| HSL | 125.29º | 0.82% | 0.33% | - |
| HSV(B) | 125.29º | 0.9% | 0.59% | - |
| XYZ | 11.46 | 22.31 | 4.74 | - |
| YUV | 96.2 | 88.94 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 151 | 27 | 0.90 | 0 | 0.82 | 0.41 | 125.29 | 0.82 | 0.33 |
| Hex | F | 97 | 1B | 5A | 0 | 52 | 29 | 7D | 52 | 21 |
| Octal | 17 | 227 | 33 | 132 | 0 | 122 | 51 | 175 | 122 | 41 |
| Binary | 1111 | 10010111 | 11011 | 1011010 | 0 | 1010010 | 101001 | 1111101 | 1010010 | 100001 |
Color Harmonies of #0F971B
Complementary color
Monochromatic Colors of #0F971B
Black with #0F971B
Text Example
Text Example
White with #0F971B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F971B; }
p { color: rgb(15,151,27); }
H1.HeaderClassName
{
color: #0F971B;
}
.AnyTagClassName
{
color: #0F971B;
}
</style>
background-color css
<style>
a { background-color: #0F971B; }
a { background-color: rgb(15,151,27); }
div.DivClassName
{
background-color: #0F971B;
}
.BgClassName
{
background-color: #0F971B;
}
</style>
border-color css
<style>
span { border-color: #0F971B; }
span { border-color: rgb(15,151,27); }
td.TdClassName
{
border-color: #0F971B;
}
.TagClassName
{
border-color: #0F971B;
}
</style>