Shades of Forest Green #0F952D
Tints of Forest Green #0F952D
RGB
CMYK
RGB Variations
Color information
#0F952D (or 0x0F952D) is known color: Forest Green. HEX triplet: 0F, 95 and 2D. RGB value is (15,149,45). Sum of RGB (Red+Green+Blue) = 15+149+45=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 149 (58.59% from 255 or 71.29% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 149 - color contains mainly: green. Hex color #0F952D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F952D is #F06AD2. Grayscale: #616161. Windows color (decimal): -15755987 or 2987279. OLE color: 2987279.
HSL color Cylindrical-coordinate representation of color #0F952D: hue angle of 133.43º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F952D is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 45 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.42 |
| HSL | 133.43º | 0.82% | 0.32% | - |
| HSV(B) | 133.43º | 0.9% | 0.58% | - |
| XYZ | 11.42 | 21.79 | 6.09 | - |
| YUV | 97.08 | 98.61 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 45 | 0.90 | 0 | 0.70 | 0.42 | 133.43 | 0.82 | 0.32 |
| Hex | F | 95 | 2D | 5A | 0 | 46 | 2A | 85 | 52 | 20 |
| Octal | 17 | 225 | 55 | 132 | 0 | 106 | 52 | 205 | 122 | 40 |
| Binary | 1111 | 10010101 | 101101 | 1011010 | 0 | 1000110 | 101010 | 10000101 | 1010010 | 100000 |
Color Harmonies of #0F952D
Complementary color
Monochromatic Colors of #0F952D
Black with #0F952D
Text Example
Text Example
White with #0F952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F952D; }
p { color: rgb(15,149,45); }
H1.HeaderClassName
{
color: #0F952D;
}
.AnyTagClassName
{
color: #0F952D;
}
</style>
background-color css
<style>
a { background-color: #0F952D; }
a { background-color: rgb(15,149,45); }
div.DivClassName
{
background-color: #0F952D;
}
.BgClassName
{
background-color: #0F952D;
}
</style>
border-color css
<style>
span { border-color: #0F952D; }
span { border-color: rgb(15,149,45); }
td.TdClassName
{
border-color: #0F952D;
}
.TagClassName
{
border-color: #0F952D;
}
</style>