Shades of Parsley #255D31
Tints of Parsley #255D31
RGB
CMYK
RGB Variations
Color information
#255D31 (or 0x255D31) is known color: Parsley. HEX triplet: 25, 5D and 31. RGB value is (37,93,49). Sum of RGB (Red+Green+Blue) = 37+93+49=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 93 (36.72% from 255 or 51.96% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 93 - color contains mainly: green. Hex color #255D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255D31 is #DAA2CE. Grayscale: #474747. Windows color (decimal): -14328527 or 3235109. OLE color: 3235109.
HSL color Cylindrical-coordinate representation of color #255D31: hue angle of 132.86º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255D31 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 93 | 49 | - |
| CMYK | 0.60 | 0 | 0.47 | 0.64 |
| HSL | 132.86º | 0.43% | 0.25% | - |
| HSV(B) | 132.86º | 0.6% | 0.36% | - |
| XYZ | 5.23 | 8.44 | 4.26 | - |
| YUV | 71.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 49 | 0.60 | 0 | 0.47 | 0.64 | 132.86 | 0.43 | 0.25 |
| Hex | 25 | 5D | 31 | 3C | 0 | 2F | 40 | 85 | 2B | 19 |
| Octal | 45 | 135 | 61 | 74 | 0 | 57 | 100 | 205 | 53 | 31 |
| Binary | 100101 | 1011101 | 110001 | 111100 | 0 | 101111 | 1000000 | 10000101 | 101011 | 11001 |
Color Harmonies of #255D31
Complementary color
Monochromatic Colors of #255D31
Black with #255D31
Text Example
Text Example
White with #255D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D31; }
p { color: rgb(37,93,49); }
H1.HeaderClassName
{
color: #255D31;
}
.AnyTagClassName
{
color: #255D31;
}
</style>
background-color css
<style>
a { background-color: #255D31; }
a { background-color: rgb(37,93,49); }
div.DivClassName
{
background-color: #255D31;
}
.BgClassName
{
background-color: #255D31;
}
</style>
border-color css
<style>
span { border-color: #255D31; }
span { border-color: rgb(37,93,49); }
td.TdClassName
{
border-color: #255D31;
}
.TagClassName
{
border-color: #255D31;
}
</style>