Shades of Forest Green #1E9A2F
Tints of Forest Green #1E9A2F
RGB
CMYK
RGB Variations
Color information
#1E9A2F (or 0x1E9A2F) is known color: Forest Green. HEX triplet: 1E, 9A and 2F. RGB value is (30,154,47). Sum of RGB (Red+Green+Blue) = 30+154+47=231 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.99% from 231); Green value is 154 (60.55% from 255 or 66.67% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 154 - color contains mainly: green. Hex color #1E9A2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E9A2F is #E165D0. Grayscale: #696969. Windows color (decimal): -14771665 or 3119646. OLE color: 3119646.
HSL color Cylindrical-coordinate representation of color #1E9A2F: hue angle of 128.23º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9A2F is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 154 | 47 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.40 |
| HSL | 128.23º | 0.67% | 0.36% | - |
| HSV(B) | 128.23º | 0.81% | 0.6% | - |
| XYZ | 12.6 | 23.59 | 6.58 | - |
| YUV | 104.73 | 95.42 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 154 | 47 | 0.81 | 0 | 0.69 | 0.40 | 128.23 | 0.67 | 0.36 |
| Hex | 1E | 9A | 2F | 51 | 0 | 45 | 28 | 80 | 43 | 24 |
| Octal | 36 | 232 | 57 | 121 | 0 | 105 | 50 | 200 | 103 | 44 |
| Binary | 11110 | 10011010 | 101111 | 1010001 | 0 | 1000101 | 101000 | 10000000 | 1000011 | 100100 |
Color Harmonies of #1E9A2F
Complementary color
Monochromatic Colors of #1E9A2F
Black with #1E9A2F
Text Example
Text Example
White with #1E9A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9A2F; }
p { color: rgb(30,154,47); }
H1.HeaderClassName
{
color: #1E9A2F;
}
.AnyTagClassName
{
color: #1E9A2F;
}
</style>
background-color css
<style>
a { background-color: #1E9A2F; }
a { background-color: rgb(30,154,47); }
div.DivClassName
{
background-color: #1E9A2F;
}
.BgClassName
{
background-color: #1E9A2F;
}
</style>
border-color css
<style>
span { border-color: #1E9A2F; }
span { border-color: rgb(30,154,47); }
td.TdClassName
{
border-color: #1E9A2F;
}
.TagClassName
{
border-color: #1E9A2F;
}
</style>