Shades of Parsley #25582B
Tints of Parsley #25582B
RGB
CMYK
RGB Variations
Color information
#25582B (or 0x25582B) is known color: Parsley. HEX triplet: 25, 58 and 2B. RGB value is (37,88,43). Sum of RGB (Red+Green+Blue) = 37+88+43=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #25582B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25582B is #DAA7D4. Grayscale: #434343. Windows color (decimal): -14329813 or 2840613. OLE color: 2840613.
HSL color Cylindrical-coordinate representation of color #25582B: hue angle of 127.06º 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 #25582B is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 88 | 43 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.65 |
| HSL | 127.06º | 0.41% | 0.25% | - |
| HSV(B) | 127.06º | 0.58% | 0.35% | - |
| XYZ | 4.69 | 7.55 | 3.5 | - |
| YUV | 67.62 | 114.1 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 88 | 43 | 0.58 | 0 | 0.51 | 0.65 | 127.06 | 0.41 | 0.25 |
| Hex | 25 | 58 | 2B | 3A | 0 | 33 | 41 | 7F | 29 | 19 |
| Octal | 45 | 130 | 53 | 72 | 0 | 63 | 101 | 177 | 51 | 31 |
| Binary | 100101 | 1011000 | 101011 | 111010 | 0 | 110011 | 1000001 | 1111111 | 101001 | 11001 |
Color Harmonies of #25582B
Complementary color
Monochromatic Colors of #25582B
Black with #25582B
Text Example
Text Example
White with #25582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25582B; }
p { color: rgb(37,88,43); }
H1.HeaderClassName
{
color: #25582B;
}
.AnyTagClassName
{
color: #25582B;
}
</style>
background-color css
<style>
a { background-color: #25582B; }
a { background-color: rgb(37,88,43); }
div.DivClassName
{
background-color: #25582B;
}
.BgClassName
{
background-color: #25582B;
}
</style>
border-color css
<style>
span { border-color: #25582B; }
span { border-color: rgb(37,88,43); }
td.TdClassName
{
border-color: #25582B;
}
.TagClassName
{
border-color: #25582B;
}
</style>