Shades of Forest Green #0F972E
Tints of Forest Green #0F972E
RGB
CMYK
RGB Variations
Color information
#0F972E (or 0x0F972E) is known color: Forest Green. HEX triplet: 0F, 97 and 2E. RGB value is (15,151,46). Sum of RGB (Red+Green+Blue) = 15+151+46=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 151 (59.38% from 255 or 71.23% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 151 - color contains mainly: green. Hex color #0F972E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F972E is #F068D1. Grayscale: #626262. Windows color (decimal): -15755474 or 3053327. OLE color: 3053327.
HSL color Cylindrical-coordinate representation of color #0F972E: hue angle of 133.68º 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 #0F972E is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 151 | 46 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.41 |
| HSL | 133.68º | 0.82% | 0.33% | - |
| HSV(B) | 133.68º | 0.9% | 0.59% | - |
| XYZ | 11.76 | 22.43 | 6.29 | - |
| YUV | 98.37 | 98.44 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 151 | 46 | 0.90 | 0 | 0.70 | 0.41 | 133.68 | 0.82 | 0.33 |
| Hex | F | 97 | 2E | 5A | 0 | 46 | 29 | 86 | 52 | 21 |
| Octal | 17 | 227 | 56 | 132 | 0 | 106 | 51 | 206 | 122 | 41 |
| Binary | 1111 | 10010111 | 101110 | 1011010 | 0 | 1000110 | 101001 | 10000110 | 1010010 | 100001 |
Color Harmonies of #0F972E
Complementary color
Monochromatic Colors of #0F972E
Black with #0F972E
Text Example
Text Example
White with #0F972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F972E; }
p { color: rgb(15,151,46); }
H1.HeaderClassName
{
color: #0F972E;
}
.AnyTagClassName
{
color: #0F972E;
}
</style>
background-color css
<style>
a { background-color: #0F972E; }
a { background-color: rgb(15,151,46); }
div.DivClassName
{
background-color: #0F972E;
}
.BgClassName
{
background-color: #0F972E;
}
</style>
border-color css
<style>
span { border-color: #0F972E; }
span { border-color: rgb(15,151,46); }
td.TdClassName
{
border-color: #0F972E;
}
.TagClassName
{
border-color: #0F972E;
}
</style>