Shades of Forest Green #1EAF16
Tints of Forest Green #1EAF16
RGB
CMYK
RGB Variations
Color information
#1EAF16 (or 0x1EAF16) is known color: Forest Green. HEX triplet: 1E, AF and 16. RGB value is (30,175,22). Sum of RGB (Red+Green+Blue) = 30+175+22=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 175 (68.75% from 255 or 77.09% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAF16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EAF16 is #E150E9. Grayscale: #727272. Windows color (decimal): -14766314 or 1486622. OLE color: 1486622.
HSL color Cylindrical-coordinate representation of color #1EAF16: hue angle of 116.86º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EAF16 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 175 | 22 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.31 |
| HSL | 116.86º | 0.78% | 0.39% | - |
| HSV(B) | 116.86º | 0.87% | 0.69% | - |
| XYZ | 16.01 | 30.99 | 5.9 | - |
| YUV | 114.2 | 75.96 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 175 | 22 | 0.83 | 0 | 0.87 | 0.31 | 116.86 | 0.78 | 0.39 |
| Hex | 1E | AF | 16 | 53 | 0 | 57 | 1F | 75 | 4E | 27 |
| Octal | 36 | 257 | 26 | 123 | 0 | 127 | 37 | 165 | 116 | 47 |
| Binary | 11110 | 10101111 | 10110 | 1010011 | 0 | 1010111 | 11111 | 1110101 | 1001110 | 100111 |
Color Harmonies of #1EAF16
Complementary color
Monochromatic Colors of #1EAF16
Black with #1EAF16
Text Example
Text Example
White with #1EAF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAF16; }
p { color: rgb(30,175,22); }
H1.HeaderClassName
{
color: #1EAF16;
}
.AnyTagClassName
{
color: #1EAF16;
}
</style>
background-color css
<style>
a { background-color: #1EAF16; }
a { background-color: rgb(30,175,22); }
div.DivClassName
{
background-color: #1EAF16;
}
.BgClassName
{
background-color: #1EAF16;
}
</style>
border-color css
<style>
span { border-color: #1EAF16; }
span { border-color: rgb(30,175,22); }
td.TdClassName
{
border-color: #1EAF16;
}
.TagClassName
{
border-color: #1EAF16;
}
</style>