Shades of Parsley #256029
Tints of Parsley #256029
RGB
CMYK
RGB Variations
Color information
#256029 (or 0x256029) is known color: Parsley. HEX triplet: 25, 60 and 29. RGB value is (37,96,41). Sum of RGB (Red+Green+Blue) = 37+96+41=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #256029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256029 is #DA9FD6. Grayscale: #484848. Windows color (decimal): -14327767 or 2711589. OLE color: 2711589.
HSL color Cylindrical-coordinate representation of color #256029: hue angle of 124.07º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #256029 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 96 | 41 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.62 |
| HSL | 124.07º | 0.44% | 0.26% | - |
| HSV(B) | 124.07º | 0.61% | 0.38% | - |
| XYZ | 5.35 | 8.92 | 3.54 | - |
| YUV | 72.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 41 | 0.61 | 0 | 0.57 | 0.62 | 124.07 | 0.44 | 0.26 |
| Hex | 25 | 60 | 29 | 3D | 0 | 39 | 3E | 7C | 2C | 1A |
| Octal | 45 | 140 | 51 | 75 | 0 | 71 | 76 | 174 | 54 | 32 |
| Binary | 100101 | 1100000 | 101001 | 111101 | 0 | 111001 | 111110 | 1111100 | 101100 | 11010 |
Color Harmonies of #256029
Complementary color
Monochromatic Colors of #256029
Black with #256029
Text Example
Text Example
White with #256029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256029; }
p { color: rgb(37,96,41); }
H1.HeaderClassName
{
color: #256029;
}
.AnyTagClassName
{
color: #256029;
}
</style>
background-color css
<style>
a { background-color: #256029; }
a { background-color: rgb(37,96,41); }
div.DivClassName
{
background-color: #256029;
}
.BgClassName
{
background-color: #256029;
}
</style>
border-color css
<style>
span { border-color: #256029; }
span { border-color: rgb(37,96,41); }
td.TdClassName
{
border-color: #256029;
}
.TagClassName
{
border-color: #256029;
}
</style>