Shades of Green #1E6B06
Tints of Green #1E6B06
RGB
CMYK
RGB Variations
Color information
#1E6B06 (or 0x1E6B06) is known color: Green. HEX triplet: 1E, 6B and 06. RGB value is (30,107,6). Sum of RGB (Red+Green+Blue) = 30+107+6=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 107 (42.19% from 255 or 74.83% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 107 - color contains mainly: green. Hex color #1E6B06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6B06 is #E194F9. Grayscale: #484848. Windows color (decimal): -14783738 or 420638. OLE color: 420638.
HSL color Cylindrical-coordinate representation of color #1E6B06: hue angle of 105.74º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E6B06 is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 30 | 107 | 6 | - |
| CMYK | 0.72 | 0 | 0.94 | 0.58 |
| HSL | 105.74º | 0.89% | 0.22% | - |
| HSV(B) | 105.74º | 0.94% | 0.42% | - |
| XYZ | 5.83 | 10.8 | 1.95 | - |
| YUV | 72.46 | 90.49 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 107 | 6 | 0.72 | 0 | 0.94 | 0.58 | 105.74 | 0.89 | 0.22 |
| Hex | 1E | 6B | 6 | 48 | 0 | 5E | 3A | 6A | 59 | 16 |
| Octal | 36 | 153 | 6 | 110 | 0 | 136 | 72 | 152 | 131 | 26 |
| Binary | 11110 | 1101011 | 110 | 1001000 | 0 | 1011110 | 111010 | 1101010 | 1011001 | 10110 |
Color Harmonies of #1E6B06
Complementary color
Monochromatic Colors of #1E6B06
Black with #1E6B06
Text Example
Text Example
White with #1E6B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6B06; }
p { color: rgb(30,107,6); }
H1.HeaderClassName
{
color: #1E6B06;
}
.AnyTagClassName
{
color: #1E6B06;
}
</style>
background-color css
<style>
a { background-color: #1E6B06; }
a { background-color: rgb(30,107,6); }
div.DivClassName
{
background-color: #1E6B06;
}
.BgClassName
{
background-color: #1E6B06;
}
</style>
border-color css
<style>
span { border-color: #1E6B06; }
span { border-color: rgb(30,107,6); }
td.TdClassName
{
border-color: #1E6B06;
}
.TagClassName
{
border-color: #1E6B06;
}
</style>