Shades of Parsley #256030
Tints of Parsley #256030
RGB
CMYK
RGB Variations
Color information
#256030 (or 0x256030) is known color: Parsley. HEX triplet: 25, 60 and 30. RGB value is (37,96,48). Sum of RGB (Red+Green+Blue) = 37+96+48=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #256030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256030 is #DA9FCF. Grayscale: #494949. Windows color (decimal): -14327760 or 3170341. OLE color: 3170341.
HSL color Cylindrical-coordinate representation of color #256030: hue angle of 131.19º 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 #256030 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 96 | 48 | - |
| CMYK | 0.61 | 0 | 0.50 | 0.62 |
| HSL | 131.19º | 0.44% | 0.26% | - |
| HSV(B) | 131.19º | 0.61% | 0.38% | - |
| XYZ | 5.48 | 8.97 | 4.24 | - |
| YUV | 72.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 48 | 0.61 | 0 | 0.50 | 0.62 | 131.19 | 0.44 | 0.26 |
| Hex | 25 | 60 | 30 | 3D | 0 | 32 | 3E | 83 | 2C | 1A |
| Octal | 45 | 140 | 60 | 75 | 0 | 62 | 76 | 203 | 54 | 32 |
| Binary | 100101 | 1100000 | 110000 | 111101 | 0 | 110010 | 111110 | 10000011 | 101100 | 11010 |
Color Harmonies of #256030
Complementary color
Monochromatic Colors of #256030
Black with #256030
Text Example
Text Example
White with #256030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256030; }
p { color: rgb(37,96,48); }
H1.HeaderClassName
{
color: #256030;
}
.AnyTagClassName
{
color: #256030;
}
</style>
background-color css
<style>
a { background-color: #256030; }
a { background-color: rgb(37,96,48); }
div.DivClassName
{
background-color: #256030;
}
.BgClassName
{
background-color: #256030;
}
</style>
border-color css
<style>
span { border-color: #256030; }
span { border-color: rgb(37,96,48); }
td.TdClassName
{
border-color: #256030;
}
.TagClassName
{
border-color: #256030;
}
</style>