Shades of Green Pea #1E6942
Tints of Green Pea #1E6942
RGB
CMYK
RGB Variations
Color information
#1E6942 (or 0x1E6942) is known color: Green Pea. HEX triplet: 1E, 69 and 42. RGB value is (30,105,66). Sum of RGB (Red+Green+Blue) = 30+105+66=201 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.93% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #1E6942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6942 is #E196BD. Grayscale: #4E4E4E. Windows color (decimal): -14784190 or 4352286. OLE color: 4352286.
HSL color Cylindrical-coordinate representation of color #1E6942: hue angle of 148.8º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E6942 is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 30 | 105 | 66 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.59 |
| HSL | 148.8º | 0.56% | 0.26% | - |
| HSV(B) | 148.8º | 0.71% | 0.41% | - |
| XYZ | 6.57 | 10.77 | 6.89 | - |
| YUV | 78.13 | 121.15 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 105 | 66 | 0.71 | 0 | 0.37 | 0.59 | 148.8 | 0.56 | 0.26 |
| Hex | 1E | 69 | 42 | 47 | 0 | 25 | 3B | 95 | 38 | 1A |
| Octal | 36 | 151 | 102 | 107 | 0 | 45 | 73 | 225 | 70 | 32 |
| Binary | 11110 | 1101001 | 1000010 | 1000111 | 0 | 100101 | 111011 | 10010101 | 111000 | 11010 |
Color Harmonies of #1E6942
Complementary color
Monochromatic Colors of #1E6942
Black with #1E6942
Text Example
Text Example
White with #1E6942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6942; }
p { color: rgb(30,105,66); }
H1.HeaderClassName
{
color: #1E6942;
}
.AnyTagClassName
{
color: #1E6942;
}
</style>
background-color css
<style>
a { background-color: #1E6942; }
a { background-color: rgb(30,105,66); }
div.DivClassName
{
background-color: #1E6942;
}
.BgClassName
{
background-color: #1E6942;
}
</style>
border-color css
<style>
span { border-color: #1E6942; }
span { border-color: rgb(30,105,66); }
td.TdClassName
{
border-color: #1E6942;
}
.TagClassName
{
border-color: #1E6942;
}
</style>