Shades of Green #1E7208
Tints of Green #1E7208
RGB
CMYK
RGB Variations
Color information
#1E7208 (or 0x1E7208) is known color: Green. HEX triplet: 1E, 72 and 08. RGB value is (30,114,8). Sum of RGB (Red+Green+Blue) = 30+114+8=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 114 (44.92% from 255 or 75% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 114 - color contains mainly: green. Hex color #1E7208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E7208 is #E18DF7. Grayscale: #4D4D4D. Windows color (decimal): -14781944 or 553502. OLE color: 553502.
HSL color Cylindrical-coordinate representation of color #1E7208: hue angle of 107.55º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E7208 is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 114 | 8 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.55 |
| HSL | 107.55º | 0.87% | 0.24% | - |
| HSV(B) | 107.55º | 0.93% | 0.45% | - |
| XYZ | 6.6 | 12.33 | 2.26 | - |
| YUV | 76.8 | 89.17 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 114 | 8 | 0.74 | 0 | 0.93 | 0.55 | 107.55 | 0.87 | 0.24 |
| Hex | 1E | 72 | 8 | 4A | 0 | 5D | 37 | 6C | 57 | 18 |
| Octal | 36 | 162 | 10 | 112 | 0 | 135 | 67 | 154 | 127 | 30 |
| Binary | 11110 | 1110010 | 1000 | 1001010 | 0 | 1011101 | 110111 | 1101100 | 1010111 | 11000 |
Color Harmonies of #1E7208
Complementary color
Monochromatic Colors of #1E7208
Black with #1E7208
Text Example
Text Example
White with #1E7208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7208; }
p { color: rgb(30,114,8); }
H1.HeaderClassName
{
color: #1E7208;
}
.AnyTagClassName
{
color: #1E7208;
}
</style>
background-color css
<style>
a { background-color: #1E7208; }
a { background-color: rgb(30,114,8); }
div.DivClassName
{
background-color: #1E7208;
}
.BgClassName
{
background-color: #1E7208;
}
</style>
border-color css
<style>
span { border-color: #1E7208; }
span { border-color: rgb(30,114,8); }
td.TdClassName
{
border-color: #1E7208;
}
.TagClassName
{
border-color: #1E7208;
}
</style>