Shades of Parsley #25602B
Tints of Parsley #25602B
RGB
CMYK
RGB Variations
Color information
#25602B (or 0x25602B) is known color: Parsley. HEX triplet: 25, 60 and 2B. RGB value is (37,96,43). Sum of RGB (Red+Green+Blue) = 37+96+43=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #25602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25602B is #DA9FD4. Grayscale: #484848. Windows color (decimal): -14327765 or 2842661. OLE color: 2842661.
HSL color Cylindrical-coordinate representation of color #25602B: hue angle of 126.1º 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 #25602B is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 96 | 43 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.62 |
| HSL | 126.1º | 0.44% | 0.26% | - |
| HSV(B) | 126.1º | 0.61% | 0.38% | - |
| XYZ | 5.38 | 8.93 | 3.73 | - |
| YUV | 72.32 | 111.45 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 43 | 0.61 | 0 | 0.55 | 0.62 | 126.1 | 0.44 | 0.26 |
| Hex | 25 | 60 | 2B | 3D | 0 | 37 | 3E | 7E | 2C | 1A |
| Octal | 45 | 140 | 53 | 75 | 0 | 67 | 76 | 176 | 54 | 32 |
| Binary | 100101 | 1100000 | 101011 | 111101 | 0 | 110111 | 111110 | 1111110 | 101100 | 11010 |
Color Harmonies of #25602B
Complementary color
Monochromatic Colors of #25602B
Black with #25602B
Text Example
Text Example
White with #25602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25602B; }
p { color: rgb(37,96,43); }
H1.HeaderClassName
{
color: #25602B;
}
.AnyTagClassName
{
color: #25602B;
}
</style>
background-color css
<style>
a { background-color: #25602B; }
a { background-color: rgb(37,96,43); }
div.DivClassName
{
background-color: #25602B;
}
.BgClassName
{
background-color: #25602B;
}
</style>
border-color css
<style>
span { border-color: #25602B; }
span { border-color: rgb(37,96,43); }
td.TdClassName
{
border-color: #25602B;
}
.TagClassName
{
border-color: #25602B;
}
</style>