Shades of Green Pea #1E603D
Tints of Green Pea #1E603D
RGB
CMYK
RGB Variations
Color information
#1E603D (or 0x1E603D) is known color: Green Pea. HEX triplet: 1E, 60 and 3D. RGB value is (30,96,61). Sum of RGB (Red+Green+Blue) = 30+96+61=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #1E603D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E603D is #E19FC2. Grayscale: #484848. Windows color (decimal): -14786499 or 4022302. OLE color: 4022302.
HSL color Cylindrical-coordinate representation of color #1E603D: hue angle of 148.18º 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 #1E603D is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 96 | 61 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.62 |
| HSL | 148.18º | 0.52% | 0.25% | - |
| HSV(B) | 148.18º | 0.69% | 0.38% | - |
| XYZ | 5.56 | 8.98 | 5.85 | - |
| YUV | 72.28 | 121.63 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 96 | 61 | 0.69 | 0 | 0.36 | 0.62 | 148.18 | 0.52 | 0.25 |
| Hex | 1E | 60 | 3D | 45 | 0 | 24 | 3E | 94 | 34 | 19 |
| Octal | 36 | 140 | 75 | 105 | 0 | 44 | 76 | 224 | 64 | 31 |
| Binary | 11110 | 1100000 | 111101 | 1000101 | 0 | 100100 | 111110 | 10010100 | 110100 | 11001 |
Color Harmonies of #1E603D
Complementary color
Monochromatic Colors of #1E603D
Black with #1E603D
Text Example
Text Example
White with #1E603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E603D; }
p { color: rgb(30,96,61); }
H1.HeaderClassName
{
color: #1E603D;
}
.AnyTagClassName
{
color: #1E603D;
}
</style>
background-color css
<style>
a { background-color: #1E603D; }
a { background-color: rgb(30,96,61); }
div.DivClassName
{
background-color: #1E603D;
}
.BgClassName
{
background-color: #1E603D;
}
</style>
border-color css
<style>
span { border-color: #1E603D; }
span { border-color: rgb(30,96,61); }
td.TdClassName
{
border-color: #1E603D;
}
.TagClassName
{
border-color: #1E603D;
}
</style>