Shades of Green Pea #1E5F3D
Tints of Green Pea #1E5F3D
RGB
CMYK
RGB Variations
Color information
#1E5F3D (or 0x1E5F3D) is known color: Green Pea. HEX triplet: 1E, 5F and 3D. RGB value is (30,95,61). Sum of RGB (Red+Green+Blue) = 30+95+61=186 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.13% from 186); Green value is 95 (37.5% from 255 or 51.08% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 95 - color contains mainly: green. Hex color #1E5F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5F3D is #E1A0C2. Grayscale: #474747. Windows color (decimal): -14786755 or 4022046. OLE color: 4022046.
HSL color Cylindrical-coordinate representation of color #1E5F3D: hue angle of 148.62º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E5F3D is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 30 | 95 | 61 | - |
| CMYK | 0.68 | 0 | 0.36 | 0.63 |
| HSL | 148.62º | 0.52% | 0.25% | - |
| HSV(B) | 148.62º | 0.68% | 0.37% | - |
| XYZ | 5.47 | 8.8 | 5.82 | - |
| YUV | 71.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 95 | 61 | 0.68 | 0 | 0.36 | 0.63 | 148.62 | 0.52 | 0.25 |
| Hex | 1E | 5F | 3D | 44 | 0 | 24 | 3F | 95 | 34 | 19 |
| Octal | 36 | 137 | 75 | 104 | 0 | 44 | 77 | 225 | 64 | 31 |
| Binary | 11110 | 1011111 | 111101 | 1000100 | 0 | 100100 | 111111 | 10010101 | 110100 | 11001 |
Color Harmonies of #1E5F3D
Complementary color
Monochromatic Colors of #1E5F3D
Black with #1E5F3D
Text Example
Text Example
White with #1E5F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5F3D; }
p { color: rgb(30,95,61); }
H1.HeaderClassName
{
color: #1E5F3D;
}
.AnyTagClassName
{
color: #1E5F3D;
}
</style>
background-color css
<style>
a { background-color: #1E5F3D; }
a { background-color: rgb(30,95,61); }
div.DivClassName
{
background-color: #1E5F3D;
}
.BgClassName
{
background-color: #1E5F3D;
}
</style>
border-color css
<style>
span { border-color: #1E5F3D; }
span { border-color: rgb(30,95,61); }
td.TdClassName
{
border-color: #1E5F3D;
}
.TagClassName
{
border-color: #1E5F3D;
}
</style>