Shades of Parsley #255930
Tints of Parsley #255930
RGB
CMYK
RGB Variations
Color information
#255930 (or 0x255930) is known color: Parsley. HEX triplet: 25, 59 and 30. RGB value is (37,89,48). Sum of RGB (Red+Green+Blue) = 37+89+48=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #255930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255930 is #DAA6CF. Grayscale: #444444. Windows color (decimal): -14329552 or 3168549. OLE color: 3168549.
HSL color Cylindrical-coordinate representation of color #255930: hue angle of 132.69º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #255930 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 89 | 48 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.65 |
| HSL | 132.69º | 0.41% | 0.25% | - |
| HSV(B) | 132.69º | 0.58% | 0.35% | - |
| XYZ | 4.87 | 7.75 | 4.04 | - |
| YUV | 68.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 48 | 0.58 | 0 | 0.46 | 0.65 | 132.69 | 0.41 | 0.25 |
| Hex | 25 | 59 | 30 | 3A | 0 | 2E | 41 | 85 | 29 | 19 |
| Octal | 45 | 131 | 60 | 72 | 0 | 56 | 101 | 205 | 51 | 31 |
| Binary | 100101 | 1011001 | 110000 | 111010 | 0 | 101110 | 1000001 | 10000101 | 101001 | 11001 |
Color Harmonies of #255930
Complementary color
Monochromatic Colors of #255930
Black with #255930
Text Example
Text Example
White with #255930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255930; }
p { color: rgb(37,89,48); }
H1.HeaderClassName
{
color: #255930;
}
.AnyTagClassName
{
color: #255930;
}
</style>
background-color css
<style>
a { background-color: #255930; }
a { background-color: rgb(37,89,48); }
div.DivClassName
{
background-color: #255930;
}
.BgClassName
{
background-color: #255930;
}
</style>
border-color css
<style>
span { border-color: #255930; }
span { border-color: rgb(37,89,48); }
td.TdClassName
{
border-color: #255930;
}
.TagClassName
{
border-color: #255930;
}
</style>