Shades of Forest Green #1EAF1B
Tints of Forest Green #1EAF1B
RGB
CMYK
RGB Variations
Color information
#1EAF1B (or 0x1EAF1B) is known color: Forest Green. HEX triplet: 1E, AF and 1B. RGB value is (30,175,27). Sum of RGB (Red+Green+Blue) = 30+175+27=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 175 (68.75% from 255 or 75.43% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAF1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAF1B is #E150E4. Grayscale: #737373. Windows color (decimal): -14766309 or 1814302. OLE color: 1814302.
HSL color Cylindrical-coordinate representation of color #1EAF1B: hue angle of 118.78º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EAF1B is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 175 | 27 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.31 |
| HSL | 118.78º | 0.73% | 0.4% | - |
| HSV(B) | 118.78º | 0.85% | 0.69% | - |
| XYZ | 16.06 | 31.02 | 6.18 | - |
| YUV | 114.77 | 78.46 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 175 | 27 | 0.83 | 0 | 0.85 | 0.31 | 118.78 | 0.73 | 0.4 |
| Hex | 1E | AF | 1B | 53 | 0 | 55 | 1F | 77 | 49 | 28 |
| Octal | 36 | 257 | 33 | 123 | 0 | 125 | 37 | 167 | 111 | 50 |
| Binary | 11110 | 10101111 | 11011 | 1010011 | 0 | 1010101 | 11111 | 1110111 | 1001001 | 101000 |
Color Harmonies of #1EAF1B
Complementary color
Monochromatic Colors of #1EAF1B
Black with #1EAF1B
Text Example
Text Example
White with #1EAF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAF1B; }
p { color: rgb(30,175,27); }
H1.HeaderClassName
{
color: #1EAF1B;
}
.AnyTagClassName
{
color: #1EAF1B;
}
</style>
background-color css
<style>
a { background-color: #1EAF1B; }
a { background-color: rgb(30,175,27); }
div.DivClassName
{
background-color: #1EAF1B;
}
.BgClassName
{
background-color: #1EAF1B;
}
</style>
border-color css
<style>
span { border-color: #1EAF1B; }
span { border-color: rgb(30,175,27); }
td.TdClassName
{
border-color: #1EAF1B;
}
.TagClassName
{
border-color: #1EAF1B;
}
</style>