Shades of Green #1E6900
Tints of Green #1E6900
RGB
CMYK
RGB Variations
Color information
#1E6900 (or 0x1E6900) is known color: Green. HEX triplet: 1E, 69 and 00. RGB value is (30,105,0). Sum of RGB (Red+Green+Blue) = 30+105+0=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 105 (41.41% from 255 or 77.78% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 105 - color contains mainly: green. Hex color #1E6900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6900 is #E196FF. Grayscale: #464646. Windows color (decimal): -14784256 or 26910. OLE color: 26910.
HSL color Cylindrical-coordinate representation of color #1E6900: hue angle of 102.86º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E6900 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 105 | 0 | - |
| CMYK | 0.71 | 0 | 1 | 0.59 |
| HSL | 102.86º | 1% | 0.21% | - |
| HSV(B) | 102.86º | 1% | 0.41% | - |
| XYZ | 5.59 | 10.38 | 1.71 | - |
| YUV | 70.61 | 88.15 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 105 | 0 | 0.71 | 0 | 1 | 0.59 | 102.86 | 1 | 0.21 |
| Hex | 1E | 69 | 0 | 47 | 0 | 64 | 3B | 67 | 64 | 15 |
| Octal | 36 | 151 | 0 | 107 | 0 | 144 | 73 | 147 | 144 | 25 |
| Binary | 11110 | 1101001 | 0 | 1000111 | 0 | 1100100 | 111011 | 1100111 | 1100100 | 10101 |
Color Harmonies of #1E6900
Complementary color
Monochromatic Colors of #1E6900
Black with #1E6900
Text Example
Text Example
White with #1E6900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6900; }
p { color: rgb(30,105,0); }
H1.HeaderClassName
{
color: #1E6900;
}
.AnyTagClassName
{
color: #1E6900;
}
</style>
background-color css
<style>
a { background-color: #1E6900; }
a { background-color: rgb(30,105,0); }
div.DivClassName
{
background-color: #1E6900;
}
.BgClassName
{
background-color: #1E6900;
}
</style>
border-color css
<style>
span { border-color: #1E6900; }
span { border-color: rgb(30,105,0); }
td.TdClassName
{
border-color: #1E6900;
}
.TagClassName
{
border-color: #1E6900;
}
</style>