Shades of Green Pea #1E6144
Tints of Green Pea #1E6144
RGB
CMYK
RGB Variations
Color information
#1E6144 (or 0x1E6144) is known color: Green Pea. HEX triplet: 1E, 61 and 44. RGB value is (30,97,68). Sum of RGB (Red+Green+Blue) = 30+97+68=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #1E6144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6144 is #E19EBB. Grayscale: #494949. Windows color (decimal): -14786236 or 4481310. OLE color: 4481310.
HSL color Cylindrical-coordinate representation of color #1E6144: hue angle of 154.03º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E6144 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 97 | 68 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.62 |
| HSL | 154.03º | 0.53% | 0.25% | - |
| HSV(B) | 154.03º | 0.69% | 0.38% | - |
| XYZ | 5.85 | 9.24 | 6.94 | - |
| YUV | 73.66 | 124.8 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 97 | 68 | 0.69 | 0 | 0.30 | 0.62 | 154.03 | 0.53 | 0.25 |
| Hex | 1E | 61 | 44 | 45 | 0 | 1E | 3E | 9A | 35 | 19 |
| Octal | 36 | 141 | 104 | 105 | 0 | 36 | 76 | 232 | 65 | 31 |
| Binary | 11110 | 1100001 | 1000100 | 1000101 | 0 | 11110 | 111110 | 10011010 | 110101 | 11001 |
Color Harmonies of #1E6144
Complementary color
Monochromatic Colors of #1E6144
Black with #1E6144
Text Example
Text Example
White with #1E6144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6144; }
p { color: rgb(30,97,68); }
H1.HeaderClassName
{
color: #1E6144;
}
.AnyTagClassName
{
color: #1E6144;
}
</style>
background-color css
<style>
a { background-color: #1E6144; }
a { background-color: rgb(30,97,68); }
div.DivClassName
{
background-color: #1E6144;
}
.BgClassName
{
background-color: #1E6144;
}
</style>
border-color css
<style>
span { border-color: #1E6144; }
span { border-color: rgb(30,97,68); }
td.TdClassName
{
border-color: #1E6144;
}
.TagClassName
{
border-color: #1E6144;
}
</style>