Shades of Green Pea #1E603F
Tints of Green Pea #1E603F
RGB
CMYK
RGB Variations
Color information
#1E603F (or 0x1E603F) is known color: Green Pea. HEX triplet: 1E, 60 and 3F. RGB value is (30,96,63). Sum of RGB (Red+Green+Blue) = 30+96+63=189 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.87% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #1E603F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E603F is #E19FC0. Grayscale: #484848. Windows color (decimal): -14786497 or 4153374. OLE color: 4153374.
HSL color Cylindrical-coordinate representation of color #1E603F: hue angle of 150º degrees, saturation: 0.52, 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 #1E603F is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 96 | 63 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.62 |
| HSL | 150º | 0.52% | 0.25% | - |
| HSV(B) | 150º | 0.69% | 0.38% | - |
| XYZ | 5.62 | 9 | 6.14 | - |
| YUV | 72.5 | 122.63 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 96 | 63 | 0.69 | 0 | 0.34 | 0.62 | 150 | 0.52 | 0.25 |
| Hex | 1E | 60 | 3F | 45 | 0 | 22 | 3E | 96 | 34 | 19 |
| Octal | 36 | 140 | 77 | 105 | 0 | 42 | 76 | 226 | 64 | 31 |
| Binary | 11110 | 1100000 | 111111 | 1000101 | 0 | 100010 | 111110 | 10010110 | 110100 | 11001 |
Color Harmonies of #1E603F
Complementary color
Monochromatic Colors of #1E603F
Black with #1E603F
Text Example
Text Example
White with #1E603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E603F; }
p { color: rgb(30,96,63); }
H1.HeaderClassName
{
color: #1E603F;
}
.AnyTagClassName
{
color: #1E603F;
}
</style>
background-color css
<style>
a { background-color: #1E603F; }
a { background-color: rgb(30,96,63); }
div.DivClassName
{
background-color: #1E603F;
}
.BgClassName
{
background-color: #1E603F;
}
</style>
border-color css
<style>
span { border-color: #1E603F; }
span { border-color: rgb(30,96,63); }
td.TdClassName
{
border-color: #1E603F;
}
.TagClassName
{
border-color: #1E603F;
}
</style>