Shades of Green Pea #1E643D
Tints of Green Pea #1E643D
RGB
CMYK
RGB Variations
Color information
#1E643D (or 0x1E643D) is known color: Green Pea. HEX triplet: 1E, 64 and 3D. RGB value is (30,100,61). Sum of RGB (Red+Green+Blue) = 30+100+61=191 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.71% from 191); Green value is 100 (39.45% from 255 or 52.36% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 100 - color contains mainly: green. Hex color #1E643D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E643D is #E19BC2. Grayscale: #4A4A4A. Windows color (decimal): -14785475 or 4023326. OLE color: 4023326.
HSL color Cylindrical-coordinate representation of color #1E643D: hue angle of 146.57º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E643D is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 100 | 61 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.61 |
| HSL | 146.57º | 0.54% | 0.25% | - |
| HSV(B) | 146.57º | 0.7% | 0.39% | - |
| XYZ | 5.93 | 9.73 | 5.98 | - |
| YUV | 74.62 | 120.31 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 100 | 61 | 0.70 | 0 | 0.39 | 0.61 | 146.57 | 0.54 | 0.25 |
| Hex | 1E | 64 | 3D | 46 | 0 | 27 | 3D | 93 | 36 | 19 |
| Octal | 36 | 144 | 75 | 106 | 0 | 47 | 75 | 223 | 66 | 31 |
| Binary | 11110 | 1100100 | 111101 | 1000110 | 0 | 100111 | 111101 | 10010011 | 110110 | 11001 |
Color Harmonies of #1E643D
Complementary color
Monochromatic Colors of #1E643D
Black with #1E643D
Text Example
Text Example
White with #1E643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E643D; }
p { color: rgb(30,100,61); }
H1.HeaderClassName
{
color: #1E643D;
}
.AnyTagClassName
{
color: #1E643D;
}
</style>
background-color css
<style>
a { background-color: #1E643D; }
a { background-color: rgb(30,100,61); }
div.DivClassName
{
background-color: #1E643D;
}
.BgClassName
{
background-color: #1E643D;
}
</style>
border-color css
<style>
span { border-color: #1E643D; }
span { border-color: rgb(30,100,61); }
td.TdClassName
{
border-color: #1E643D;
}
.TagClassName
{
border-color: #1E643D;
}
</style>