Shades of Forest Green #1E9A2A
Tints of Forest Green #1E9A2A
RGB
CMYK
RGB Variations
Color information
#1E9A2A (or 0x1E9A2A) is known color: Forest Green. HEX triplet: 1E, 9A and 2A. RGB value is (30,154,42). Sum of RGB (Red+Green+Blue) = 30+154+42=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 154 (60.55% from 255 or 68.14% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 154 - color contains mainly: green. Hex color #1E9A2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E9A2A is #E165D5. Grayscale: #686868. Windows color (decimal): -14771670 or 2791966. OLE color: 2791966.
HSL color Cylindrical-coordinate representation of color #1E9A2A: hue angle of 125.81º 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 #1E9A2A is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 154 | 42 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.40 |
| HSL | 125.81º | 0.67% | 0.36% | - |
| HSV(B) | 125.81º | 0.81% | 0.6% | - |
| XYZ | 12.51 | 23.55 | 6.08 | - |
| YUV | 104.16 | 92.92 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 154 | 42 | 0.81 | 0 | 0.73 | 0.40 | 125.81 | 0.67 | 0.36 |
| Hex | 1E | 9A | 2A | 51 | 0 | 49 | 28 | 7E | 43 | 24 |
| Octal | 36 | 232 | 52 | 121 | 0 | 111 | 50 | 176 | 103 | 44 |
| Binary | 11110 | 10011010 | 101010 | 1010001 | 0 | 1001001 | 101000 | 1111110 | 1000011 | 100100 |
Color Harmonies of #1E9A2A
Complementary color
Monochromatic Colors of #1E9A2A
Black with #1E9A2A
Text Example
Text Example
White with #1E9A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9A2A; }
p { color: rgb(30,154,42); }
H1.HeaderClassName
{
color: #1E9A2A;
}
.AnyTagClassName
{
color: #1E9A2A;
}
</style>
background-color css
<style>
a { background-color: #1E9A2A; }
a { background-color: rgb(30,154,42); }
div.DivClassName
{
background-color: #1E9A2A;
}
.BgClassName
{
background-color: #1E9A2A;
}
</style>
border-color css
<style>
span { border-color: #1E9A2A; }
span { border-color: rgb(30,154,42); }
td.TdClassName
{
border-color: #1E9A2A;
}
.TagClassName
{
border-color: #1E9A2A;
}
</style>