Shades of Green #1E6701
Tints of Green #1E6701
RGB
CMYK
RGB Variations
Color information
#1E6701 (or 0x1E6701) is known color: Green. HEX triplet: 1E, 67 and 01. RGB value is (30,103,1). Sum of RGB (Red+Green+Blue) = 30+103+1=134 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.39% from 134); Green value is 103 (40.62% from 255 or 76.87% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 103 - color contains mainly: green. Hex color #1E6701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6701 is #E198FE. Grayscale: #454545. Windows color (decimal): -14784767 or 91934. OLE color: 91934.
HSL color Cylindrical-coordinate representation of color #1E6701: hue angle of 102.94º 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 #1E6701 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 103 | 1 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.60 |
| HSL | 102.94º | 0.98% | 0.2% | - |
| HSV(B) | 102.94º | 0.99% | 0.4% | - |
| XYZ | 5.39 | 9.98 | 1.67 | - |
| YUV | 69.55 | 89.32 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 103 | 1 | 0.71 | 0 | 0.99 | 0.60 | 102.94 | 0.98 | 0.2 |
| Hex | 1E | 67 | 1 | 47 | 0 | 63 | 3C | 67 | 62 | 14 |
| Octal | 36 | 147 | 1 | 107 | 0 | 143 | 74 | 147 | 142 | 24 |
| Binary | 11110 | 1100111 | 1 | 1000111 | 0 | 1100011 | 111100 | 1100111 | 1100010 | 10100 |
Color Harmonies of #1E6701
Complementary color
Monochromatic Colors of #1E6701
Black with #1E6701
Text Example
Text Example
White with #1E6701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6701; }
p { color: rgb(30,103,1); }
H1.HeaderClassName
{
color: #1E6701;
}
.AnyTagClassName
{
color: #1E6701;
}
</style>
background-color css
<style>
a { background-color: #1E6701; }
a { background-color: rgb(30,103,1); }
div.DivClassName
{
background-color: #1E6701;
}
.BgClassName
{
background-color: #1E6701;
}
</style>
border-color css
<style>
span { border-color: #1E6701; }
span { border-color: rgb(30,103,1); }
td.TdClassName
{
border-color: #1E6701;
}
.TagClassName
{
border-color: #1E6701;
}
</style>