Shades of Forest Green #0F9D1D
Tints of Forest Green #0F9D1D
RGB
CMYK
RGB Variations
Color information
#0F9D1D (or 0x0F9D1D) is known color: Forest Green. HEX triplet: 0F, 9D and 1D. RGB value is (15,157,29). Sum of RGB (Red+Green+Blue) = 15+157+29=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 157 (61.72% from 255 or 78.11% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 157 - color contains mainly: green. Hex color #0F9D1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9D1D is #F062E2. Grayscale: #646464. Windows color (decimal): -15753955 or 1940751. OLE color: 1940751.
HSL color Cylindrical-coordinate representation of color #0F9D1D: hue angle of 125.92º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9D1D is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 157 | 29 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.38 |
| HSL | 125.92º | 0.83% | 0.34% | - |
| HSV(B) | 125.92º | 0.9% | 0.62% | - |
| XYZ | 12.48 | 24.3 | 5.2 | - |
| YUV | 99.95 | 87.96 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 157 | 29 | 0.90 | 0 | 0.82 | 0.38 | 125.92 | 0.83 | 0.34 |
| Hex | F | 9D | 1D | 5A | 0 | 52 | 26 | 7E | 53 | 22 |
| Octal | 17 | 235 | 35 | 132 | 0 | 122 | 46 | 176 | 123 | 42 |
| Binary | 1111 | 10011101 | 11101 | 1011010 | 0 | 1010010 | 100110 | 1111110 | 1010011 | 100010 |
Color Harmonies of #0F9D1D
Complementary color
Monochromatic Colors of #0F9D1D
Black with #0F9D1D
Text Example
Text Example
White with #0F9D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9D1D; }
p { color: rgb(15,157,29); }
H1.HeaderClassName
{
color: #0F9D1D;
}
.AnyTagClassName
{
color: #0F9D1D;
}
</style>
background-color css
<style>
a { background-color: #0F9D1D; }
a { background-color: rgb(15,157,29); }
div.DivClassName
{
background-color: #0F9D1D;
}
.BgClassName
{
background-color: #0F9D1D;
}
</style>
border-color css
<style>
span { border-color: #0F9D1D; }
span { border-color: rgb(15,157,29); }
td.TdClassName
{
border-color: #0F9D1D;
}
.TagClassName
{
border-color: #0F9D1D;
}
</style>