Shades of Green Pea #1E613E
Tints of Green Pea #1E613E
RGB
CMYK
RGB Variations
Color information
#1E613E (or 0x1E613E) is known color: Green Pea. HEX triplet: 1E, 61 and 3E. RGB value is (30,97,62). Sum of RGB (Red+Green+Blue) = 30+97+62=189 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.87% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #1E613E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E613E is #E19EC1. Grayscale: #494949. Windows color (decimal): -14786242 or 4088094. OLE color: 4088094.
HSL color Cylindrical-coordinate representation of color #1E613E: hue angle of 148.66º 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 #1E613E is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 97 | 62 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.62 |
| HSL | 148.66º | 0.53% | 0.25% | - |
| HSV(B) | 148.66º | 0.69% | 0.38% | - |
| XYZ | 5.68 | 9.17 | 6.03 | - |
| YUV | 72.98 | 121.8 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 97 | 62 | 0.69 | 0 | 0.36 | 0.62 | 148.66 | 0.53 | 0.25 |
| Hex | 1E | 61 | 3E | 45 | 0 | 24 | 3E | 95 | 35 | 19 |
| Octal | 36 | 141 | 76 | 105 | 0 | 44 | 76 | 225 | 65 | 31 |
| Binary | 11110 | 1100001 | 111110 | 1000101 | 0 | 100100 | 111110 | 10010101 | 110101 | 11001 |
Color Harmonies of #1E613E
Complementary color
Monochromatic Colors of #1E613E
Black with #1E613E
Text Example
Text Example
White with #1E613E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E613E; }
p { color: rgb(30,97,62); }
H1.HeaderClassName
{
color: #1E613E;
}
.AnyTagClassName
{
color: #1E613E;
}
</style>
background-color css
<style>
a { background-color: #1E613E; }
a { background-color: rgb(30,97,62); }
div.DivClassName
{
background-color: #1E613E;
}
.BgClassName
{
background-color: #1E613E;
}
</style>
border-color css
<style>
span { border-color: #1E613E; }
span { border-color: rgb(30,97,62); }
td.TdClassName
{
border-color: #1E613E;
}
.TagClassName
{
border-color: #1E613E;
}
</style>