Shades of Forest Green #0F9B1E
Tints of Forest Green #0F9B1E
RGB
CMYK
RGB Variations
Color information
#0F9B1E (or 0x0F9B1E) is known color: Forest Green. HEX triplet: 0F, 9B and 1E. RGB value is (15,155,30). Sum of RGB (Red+Green+Blue) = 15+155+30=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 155 (60.94% from 255 or 77.5% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 155 - color contains mainly: green. Hex color #0F9B1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9B1E is #F064E1. Grayscale: #636363. Windows color (decimal): -15754466 or 2005775. OLE color: 2005775.
HSL color Cylindrical-coordinate representation of color #0F9B1E: hue angle of 126.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9B1E is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 155 | 30 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.39 |
| HSL | 126.43º | 0.82% | 0.33% | - |
| HSV(B) | 126.43º | 0.9% | 0.61% | - |
| XYZ | 12.15 | 23.64 | 5.15 | - |
| YUV | 98.89 | 89.12 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 155 | 30 | 0.90 | 0 | 0.81 | 0.39 | 126.43 | 0.82 | 0.33 |
| Hex | F | 9B | 1E | 5A | 0 | 51 | 27 | 7E | 52 | 21 |
| Octal | 17 | 233 | 36 | 132 | 0 | 121 | 47 | 176 | 122 | 41 |
| Binary | 1111 | 10011011 | 11110 | 1011010 | 0 | 1010001 | 100111 | 1111110 | 1010010 | 100001 |
Color Harmonies of #0F9B1E
Complementary color
Monochromatic Colors of #0F9B1E
Black with #0F9B1E
Text Example
Text Example
White with #0F9B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9B1E; }
p { color: rgb(15,155,30); }
H1.HeaderClassName
{
color: #0F9B1E;
}
.AnyTagClassName
{
color: #0F9B1E;
}
</style>
background-color css
<style>
a { background-color: #0F9B1E; }
a { background-color: rgb(15,155,30); }
div.DivClassName
{
background-color: #0F9B1E;
}
.BgClassName
{
background-color: #0F9B1E;
}
</style>
border-color css
<style>
span { border-color: #0F9B1E; }
span { border-color: rgb(15,155,30); }
td.TdClassName
{
border-color: #0F9B1E;
}
.TagClassName
{
border-color: #0F9B1E;
}
</style>