Shades of Parsley #1E5B28
Tints of Parsley #1E5B28
RGB
CMYK
RGB Variations
Color information
#1E5B28 (or 0x1E5B28) is known color: Parsley. HEX triplet: 1E, 5B and 28. RGB value is (30,91,40). Sum of RGB (Red+Green+Blue) = 30+91+40=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 91 (35.94% from 255 or 56.52% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 91 - color contains mainly: green. Hex color #1E5B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5B28 is #E1A4D7. Grayscale: #434343. Windows color (decimal): -14787800 or 2644766. OLE color: 2644766.
HSL color Cylindrical-coordinate representation of color #1E5B28: hue angle of 129.84º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E5B28 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 91 | 40 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.64 |
| HSL | 129.84º | 0.5% | 0.24% | - |
| HSV(B) | 129.84º | 0.67% | 0.36% | - |
| XYZ | 4.66 | 7.91 | 3.29 | - |
| YUV | 66.95 | 112.79 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 91 | 40 | 0.67 | 0 | 0.56 | 0.64 | 129.84 | 0.5 | 0.24 |
| Hex | 1E | 5B | 28 | 43 | 0 | 38 | 40 | 82 | 32 | 18 |
| Octal | 36 | 133 | 50 | 103 | 0 | 70 | 100 | 202 | 62 | 30 |
| Binary | 11110 | 1011011 | 101000 | 1000011 | 0 | 111000 | 1000000 | 10000010 | 110010 | 11000 |
Color Harmonies of #1E5B28
Complementary color
Monochromatic Colors of #1E5B28
Black with #1E5B28
Text Example
Text Example
White with #1E5B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5B28; }
p { color: rgb(30,91,40); }
H1.HeaderClassName
{
color: #1E5B28;
}
.AnyTagClassName
{
color: #1E5B28;
}
</style>
background-color css
<style>
a { background-color: #1E5B28; }
a { background-color: rgb(30,91,40); }
div.DivClassName
{
background-color: #1E5B28;
}
.BgClassName
{
background-color: #1E5B28;
}
</style>
border-color css
<style>
span { border-color: #1E5B28; }
span { border-color: rgb(30,91,40); }
td.TdClassName
{
border-color: #1E5B28;
}
.TagClassName
{
border-color: #1E5B28;
}
</style>