Shades of Forest Green #1E9C30
Tints of Forest Green #1E9C30
RGB
CMYK
RGB Variations
Color information
#1E9C30 (or 0x1E9C30) is known color: Forest Green. HEX triplet: 1E, 9C and 30. RGB value is (30,156,48). Sum of RGB (Red+Green+Blue) = 30+156+48=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 156 (61.33% from 255 or 66.67% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 156 - color contains mainly: green. Hex color #1E9C30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E9C30 is #E163CF. Grayscale: #6A6A6A. Windows color (decimal): -14771152 or 3185694. OLE color: 3185694.
HSL color Cylindrical-coordinate representation of color #1E9C30: hue angle of 128.57º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9C30 is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 156 | 48 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.39 |
| HSL | 128.57º | 0.68% | 0.36% | - |
| HSV(B) | 128.57º | 0.81% | 0.61% | - |
| XYZ | 12.96 | 24.27 | 6.8 | - |
| YUV | 106.01 | 95.26 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 156 | 48 | 0.81 | 0 | 0.69 | 0.39 | 128.57 | 0.68 | 0.36 |
| Hex | 1E | 9C | 30 | 51 | 0 | 45 | 27 | 81 | 44 | 24 |
| Octal | 36 | 234 | 60 | 121 | 0 | 105 | 47 | 201 | 104 | 44 |
| Binary | 11110 | 10011100 | 110000 | 1010001 | 0 | 1000101 | 100111 | 10000001 | 1000100 | 100100 |
Color Harmonies of #1E9C30
Complementary color
Monochromatic Colors of #1E9C30
Black with #1E9C30
Text Example
Text Example
White with #1E9C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9C30; }
p { color: rgb(30,156,48); }
H1.HeaderClassName
{
color: #1E9C30;
}
.AnyTagClassName
{
color: #1E9C30;
}
</style>
background-color css
<style>
a { background-color: #1E9C30; }
a { background-color: rgb(30,156,48); }
div.DivClassName
{
background-color: #1E9C30;
}
.BgClassName
{
background-color: #1E9C30;
}
</style>
border-color css
<style>
span { border-color: #1E9C30; }
span { border-color: rgb(30,156,48); }
td.TdClassName
{
border-color: #1E9C30;
}
.TagClassName
{
border-color: #1E9C30;
}
</style>