Shades of Forest Green #0F9E2A
Tints of Forest Green #0F9E2A
RGB
CMYK
RGB Variations
Color information
#0F9E2A (or 0x0F9E2A) is known color: Forest Green. HEX triplet: 0F, 9E and 2A. RGB value is (15,158,42). Sum of RGB (Red+Green+Blue) = 15+158+42=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 158 (62.11% from 255 or 73.49% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 158 - color contains mainly: green. Hex color #0F9E2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9E2A is #F061D5. Grayscale: #666666. Windows color (decimal): -15753686 or 2792975. OLE color: 2792975.
HSL color Cylindrical-coordinate representation of color #0F9E2A: hue angle of 131.33º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9E2A is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 158 | 42 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.38 |
| HSL | 131.33º | 0.83% | 0.34% | - |
| HSV(B) | 131.33º | 0.91% | 0.62% | - |
| XYZ | 12.84 | 24.72 | 6.29 | - |
| YUV | 102.02 | 94.12 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 158 | 42 | 0.91 | 0 | 0.73 | 0.38 | 131.33 | 0.83 | 0.34 |
| Hex | F | 9E | 2A | 5B | 0 | 49 | 26 | 83 | 53 | 22 |
| Octal | 17 | 236 | 52 | 133 | 0 | 111 | 46 | 203 | 123 | 42 |
| Binary | 1111 | 10011110 | 101010 | 1011011 | 0 | 1001001 | 100110 | 10000011 | 1010011 | 100010 |
Color Harmonies of #0F9E2A
Complementary color
Monochromatic Colors of #0F9E2A
Black with #0F9E2A
Text Example
Text Example
White with #0F9E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9E2A; }
p { color: rgb(15,158,42); }
H1.HeaderClassName
{
color: #0F9E2A;
}
.AnyTagClassName
{
color: #0F9E2A;
}
</style>
background-color css
<style>
a { background-color: #0F9E2A; }
a { background-color: rgb(15,158,42); }
div.DivClassName
{
background-color: #0F9E2A;
}
.BgClassName
{
background-color: #0F9E2A;
}
</style>
border-color css
<style>
span { border-color: #0F9E2A; }
span { border-color: rgb(15,158,42); }
td.TdClassName
{
border-color: #0F9E2A;
}
.TagClassName
{
border-color: #0F9E2A;
}
</style>