Shades of Parsley #254E29
Tints of Parsley #254E29
RGB
CMYK
RGB Variations
Color information
#254E29 (or 0x254E29) is known color: Parsley. HEX triplet: 25, 4E and 29. RGB value is (37,78,41). Sum of RGB (Red+Green+Blue) = 37+78+41=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 78 (30.86% from 255 or 50% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 78 - color contains mainly: green. Hex color #254E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254E29 is #DAB1D6. Grayscale: #3D3D3D. Windows color (decimal): -14332375 or 2706981. OLE color: 2706981.
HSL color Cylindrical-coordinate representation of color #254E29: hue angle of 125.85º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254E29 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 78 | 41 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.69 |
| HSL | 125.85º | 0.36% | 0.23% | - |
| HSV(B) | 125.85º | 0.53% | 0.31% | - |
| XYZ | 3.89 | 6 | 3.05 | - |
| YUV | 61.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 41 | 0.53 | 0 | 0.47 | 0.69 | 125.85 | 0.36 | 0.23 |
| Hex | 25 | 4E | 29 | 35 | 0 | 2F | 45 | 7E | 24 | 17 |
| Octal | 45 | 116 | 51 | 65 | 0 | 57 | 105 | 176 | 44 | 27 |
| Binary | 100101 | 1001110 | 101001 | 110101 | 0 | 101111 | 1000101 | 1111110 | 100100 | 10111 |
Color Harmonies of #254E29
Complementary color
Monochromatic Colors of #254E29
Black with #254E29
Text Example
Text Example
White with #254E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254E29; }
p { color: rgb(37,78,41); }
H1.HeaderClassName
{
color: #254E29;
}
.AnyTagClassName
{
color: #254E29;
}
</style>
background-color css
<style>
a { background-color: #254E29; }
a { background-color: rgb(37,78,41); }
div.DivClassName
{
background-color: #254E29;
}
.BgClassName
{
background-color: #254E29;
}
</style>
border-color css
<style>
span { border-color: #254E29; }
span { border-color: rgb(37,78,41); }
td.TdClassName
{
border-color: #254E29;
}
.TagClassName
{
border-color: #254E29;
}
</style>