Shades of Parsley #25602E
Tints of Parsley #25602E
RGB
CMYK
RGB Variations
Color information
#25602E (or 0x25602E) is known color: Parsley. HEX triplet: 25, 60 and 2E. RGB value is (37,96,46). Sum of RGB (Red+Green+Blue) = 37+96+46=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #25602E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25602E is #DA9FD1. Grayscale: #484848. Windows color (decimal): -14327762 or 3039269. OLE color: 3039269.
HSL color Cylindrical-coordinate representation of color #25602E: hue angle of 129.15º 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 #25602E is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 96 | 46 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.62 |
| HSL | 129.15º | 0.44% | 0.26% | - |
| HSV(B) | 129.15º | 0.61% | 0.38% | - |
| XYZ | 5.44 | 8.96 | 4.03 | - |
| YUV | 72.66 | 112.95 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 46 | 0.61 | 0 | 0.52 | 0.62 | 129.15 | 0.44 | 0.26 |
| Hex | 25 | 60 | 2E | 3D | 0 | 34 | 3E | 81 | 2C | 1A |
| Octal | 45 | 140 | 56 | 75 | 0 | 64 | 76 | 201 | 54 | 32 |
| Binary | 100101 | 1100000 | 101110 | 111101 | 0 | 110100 | 111110 | 10000001 | 101100 | 11010 |
Color Harmonies of #25602E
Complementary color
Monochromatic Colors of #25602E
Black with #25602E
Text Example
Text Example
White with #25602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25602E; }
p { color: rgb(37,96,46); }
H1.HeaderClassName
{
color: #25602E;
}
.AnyTagClassName
{
color: #25602E;
}
</style>
background-color css
<style>
a { background-color: #25602E; }
a { background-color: rgb(37,96,46); }
div.DivClassName
{
background-color: #25602E;
}
.BgClassName
{
background-color: #25602E;
}
</style>
border-color css
<style>
span { border-color: #25602E; }
span { border-color: rgb(37,96,46); }
td.TdClassName
{
border-color: #25602E;
}
.TagClassName
{
border-color: #25602E;
}
</style>