Shades of Green Pea #1E6245
Tints of Green Pea #1E6245
RGB
CMYK
RGB Variations
Color information
#1E6245 (or 0x1E6245) is known color: Green Pea. HEX triplet: 1E, 62 and 45. RGB value is (30,98,69). Sum of RGB (Red+Green+Blue) = 30+98+69=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 98 (38.67% from 255 or 49.75% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 98 - color contains mainly: green. Hex color #1E6245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6245 is #E19DBA. Grayscale: #4A4A4A. Windows color (decimal): -14785979 or 4547102. OLE color: 4547102.
HSL color Cylindrical-coordinate representation of color #1E6245: hue angle of 154.41º 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 #1E6245 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 98 | 69 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.62 |
| HSL | 154.41º | 0.53% | 0.25% | - |
| HSV(B) | 154.41º | 0.69% | 0.38% | - |
| XYZ | 5.98 | 9.44 | 7.14 | - |
| YUV | 74.36 | 124.97 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 98 | 69 | 0.69 | 0 | 0.30 | 0.62 | 154.41 | 0.53 | 0.25 |
| Hex | 1E | 62 | 45 | 45 | 0 | 1E | 3E | 9A | 35 | 19 |
| Octal | 36 | 142 | 105 | 105 | 0 | 36 | 76 | 232 | 65 | 31 |
| Binary | 11110 | 1100010 | 1000101 | 1000101 | 0 | 11110 | 111110 | 10011010 | 110101 | 11001 |
Color Harmonies of #1E6245
Complementary color
Monochromatic Colors of #1E6245
Black with #1E6245
Text Example
Text Example
White with #1E6245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6245; }
p { color: rgb(30,98,69); }
H1.HeaderClassName
{
color: #1E6245;
}
.AnyTagClassName
{
color: #1E6245;
}
</style>
background-color css
<style>
a { background-color: #1E6245; }
a { background-color: rgb(30,98,69); }
div.DivClassName
{
background-color: #1E6245;
}
.BgClassName
{
background-color: #1E6245;
}
</style>
border-color css
<style>
span { border-color: #1E6245; }
span { border-color: rgb(30,98,69); }
td.TdClassName
{
border-color: #1E6245;
}
.TagClassName
{
border-color: #1E6245;
}
</style>