Shades of Parsley #1E5C25
Tints of Parsley #1E5C25
RGB
CMYK
RGB Variations
Color information
#1E5C25 (or 0x1E5C25) is known color: Parsley. HEX triplet: 1E, 5C and 25. RGB value is (30,92,37). Sum of RGB (Red+Green+Blue) = 30+92+37=159 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.87% from 159); Green value is 92 (36.33% from 255 or 57.86% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 92 - color contains mainly: green. Hex color #1E5C25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5C25 is #E1A3DA. Grayscale: #434343. Windows color (decimal): -14787547 or 2448414. OLE color: 2448414.
HSL color Cylindrical-coordinate representation of color #1E5C25: hue angle of 126.77º degrees, saturation: 0.51, 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 #1E5C25 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 92 | 37 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.64 |
| HSL | 126.77º | 0.51% | 0.24% | - |
| HSV(B) | 126.77º | 0.67% | 0.36% | - |
| XYZ | 4.7 | 8.06 | 3.06 | - |
| YUV | 67.19 | 110.96 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 92 | 37 | 0.67 | 0 | 0.60 | 0.64 | 126.77 | 0.51 | 0.24 |
| Hex | 1E | 5C | 25 | 43 | 0 | 3C | 40 | 7F | 33 | 18 |
| Octal | 36 | 134 | 45 | 103 | 0 | 74 | 100 | 177 | 63 | 30 |
| Binary | 11110 | 1011100 | 100101 | 1000011 | 0 | 111100 | 1000000 | 1111111 | 110011 | 11000 |
Color Harmonies of #1E5C25
Complementary color
Monochromatic Colors of #1E5C25
Black with #1E5C25
Text Example
Text Example
White with #1E5C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5C25; }
p { color: rgb(30,92,37); }
H1.HeaderClassName
{
color: #1E5C25;
}
.AnyTagClassName
{
color: #1E5C25;
}
</style>
background-color css
<style>
a { background-color: #1E5C25; }
a { background-color: rgb(30,92,37); }
div.DivClassName
{
background-color: #1E5C25;
}
.BgClassName
{
background-color: #1E5C25;
}
</style>
border-color css
<style>
span { border-color: #1E5C25; }
span { border-color: rgb(30,92,37); }
td.TdClassName
{
border-color: #1E5C25;
}
.TagClassName
{
border-color: #1E5C25;
}
</style>