Shades of Green #1E6601
Tints of Green #1E6601
RGB
CMYK
RGB Variations
Color information
#1E6601 (or 0x1E6601) is known color: Green. HEX triplet: 1E, 66 and 01. RGB value is (30,102,1). Sum of RGB (Red+Green+Blue) = 30+102+1=133 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.56% from 133); Green value is 102 (40.23% from 255 or 76.69% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 102 - color contains mainly: green. Hex color #1E6601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6601 is #E199FE. Grayscale: #454545. Windows color (decimal): -14785023 or 91678. OLE color: 91678.
HSL color Cylindrical-coordinate representation of color #1E6601: hue angle of 102.77º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E6601 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 102 | 1 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.6 |
| HSL | 102.77º | 0.98% | 0.2% | - |
| HSV(B) | 102.77º | 0.99% | 0.4% | - |
| XYZ | 5.29 | 9.78 | 1.64 | - |
| YUV | 68.96 | 89.65 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 102 | 1 | 0.71 | 0 | 0.99 | 0.6 | 102.77 | 0.98 | 0.2 |
| Hex | 1E | 66 | 1 | 47 | 0 | 63 | 3C | 67 | 62 | 14 |
| Octal | 36 | 146 | 1 | 107 | 0 | 143 | 74 | 147 | 142 | 24 |
| Binary | 11110 | 1100110 | 1 | 1000111 | 0 | 1100011 | 111100 | 1100111 | 1100010 | 10100 |
Color Harmonies of #1E6601
Complementary color
Monochromatic Colors of #1E6601
Black with #1E6601
Text Example
Text Example
White with #1E6601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6601; }
p { color: rgb(30,102,1); }
H1.HeaderClassName
{
color: #1E6601;
}
.AnyTagClassName
{
color: #1E6601;
}
</style>
background-color css
<style>
a { background-color: #1E6601; }
a { background-color: rgb(30,102,1); }
div.DivClassName
{
background-color: #1E6601;
}
.BgClassName
{
background-color: #1E6601;
}
</style>
border-color css
<style>
span { border-color: #1E6601; }
span { border-color: rgb(30,102,1); }
td.TdClassName
{
border-color: #1E6601;
}
.TagClassName
{
border-color: #1E6601;
}
</style>