Shades of Green Pea #1E6544
Tints of Green Pea #1E6544
RGB
CMYK
RGB Variations
Color information
#1E6544 (or 0x1E6544) is known color: Green Pea. HEX triplet: 1E, 65 and 44. RGB value is (30,101,68). Sum of RGB (Red+Green+Blue) = 30+101+68=199 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.08% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #1E6544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6544 is #E19ABB. Grayscale: #4C4C4C. Windows color (decimal): -14785212 or 4482334. OLE color: 4482334.
HSL color Cylindrical-coordinate representation of color #1E6544: hue angle of 152.11º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E6544 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 101 | 68 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.60 |
| HSL | 152.11º | 0.54% | 0.26% | - |
| HSV(B) | 152.11º | 0.7% | 0.4% | - |
| XYZ | 6.23 | 10 | 7.07 | - |
| YUV | 76.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 101 | 68 | 0.70 | 0 | 0.33 | 0.60 | 152.11 | 0.54 | 0.26 |
| Hex | 1E | 65 | 44 | 46 | 0 | 21 | 3C | 98 | 36 | 1A |
| Octal | 36 | 145 | 104 | 106 | 0 | 41 | 74 | 230 | 66 | 32 |
| Binary | 11110 | 1100101 | 1000100 | 1000110 | 0 | 100001 | 111100 | 10011000 | 110110 | 11010 |
Color Harmonies of #1E6544
Complementary color
Monochromatic Colors of #1E6544
Black with #1E6544
Text Example
Text Example
White with #1E6544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6544; }
p { color: rgb(30,101,68); }
H1.HeaderClassName
{
color: #1E6544;
}
.AnyTagClassName
{
color: #1E6544;
}
</style>
background-color css
<style>
a { background-color: #1E6544; }
a { background-color: rgb(30,101,68); }
div.DivClassName
{
background-color: #1E6544;
}
.BgClassName
{
background-color: #1E6544;
}
</style>
border-color css
<style>
span { border-color: #1E6544; }
span { border-color: rgb(30,101,68); }
td.TdClassName
{
border-color: #1E6544;
}
.TagClassName
{
border-color: #1E6544;
}
</style>