Shades of Green Pea #1E603B
Tints of Green Pea #1E603B
RGB
CMYK
RGB Variations
Color information
#1E603B (or 0x1E603B) is known color: Green Pea. HEX triplet: 1E, 60 and 3B. RGB value is (30,96,59). Sum of RGB (Red+Green+Blue) = 30+96+59=185 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.22% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #1E603B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E603B is #E19FC4. Grayscale: #484848. Windows color (decimal): -14786501 or 3891230. OLE color: 3891230.
HSL color Cylindrical-coordinate representation of color #1E603B: hue angle of 146.36º 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 #1E603B is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 96 | 59 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.62 |
| HSL | 146.36º | 0.52% | 0.25% | - |
| HSV(B) | 146.36º | 0.69% | 0.38% | - |
| XYZ | 5.51 | 8.96 | 5.58 | - |
| YUV | 72.05 | 120.63 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 96 | 59 | 0.69 | 0 | 0.39 | 0.62 | 146.36 | 0.52 | 0.25 |
| Hex | 1E | 60 | 3B | 45 | 0 | 27 | 3E | 92 | 34 | 19 |
| Octal | 36 | 140 | 73 | 105 | 0 | 47 | 76 | 222 | 64 | 31 |
| Binary | 11110 | 1100000 | 111011 | 1000101 | 0 | 100111 | 111110 | 10010010 | 110100 | 11001 |
Color Harmonies of #1E603B
Complementary color
Monochromatic Colors of #1E603B
Black with #1E603B
Text Example
Text Example
White with #1E603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E603B; }
p { color: rgb(30,96,59); }
H1.HeaderClassName
{
color: #1E603B;
}
.AnyTagClassName
{
color: #1E603B;
}
</style>
background-color css
<style>
a { background-color: #1E603B; }
a { background-color: rgb(30,96,59); }
div.DivClassName
{
background-color: #1E603B;
}
.BgClassName
{
background-color: #1E603B;
}
</style>
border-color css
<style>
span { border-color: #1E603B; }
span { border-color: rgb(30,96,59); }
td.TdClassName
{
border-color: #1E603B;
}
.TagClassName
{
border-color: #1E603B;
}
</style>