Shades of Parsley #25612B
Tints of Parsley #25612B
RGB
CMYK
RGB Variations
Color information
#25612B (or 0x25612B) is known color: Parsley. HEX triplet: 25, 61 and 2B. RGB value is (37,97,43). Sum of RGB (Red+Green+Blue) = 37+97+43=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #25612B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25612B is #DA9ED4. Grayscale: #494949. Windows color (decimal): -14327509 or 2842917. OLE color: 2842917.
HSL color Cylindrical-coordinate representation of color #25612B: hue angle of 126º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #25612B is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 97 | 43 | - |
| CMYK | 0.62 | 0 | 0.56 | 0.62 |
| HSL | 126º | 0.45% | 0.26% | - |
| HSV(B) | 126º | 0.62% | 0.38% | - |
| XYZ | 5.47 | 9.12 | 3.76 | - |
| YUV | 72.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 43 | 0.62 | 0 | 0.56 | 0.62 | 126 | 0.45 | 0.26 |
| Hex | 25 | 61 | 2B | 3E | 0 | 38 | 3E | 7E | 2D | 1A |
| Octal | 45 | 141 | 53 | 76 | 0 | 70 | 76 | 176 | 55 | 32 |
| Binary | 100101 | 1100001 | 101011 | 111110 | 0 | 111000 | 111110 | 1111110 | 101101 | 11010 |
Color Harmonies of #25612B
Complementary color
Monochromatic Colors of #25612B
Black with #25612B
Text Example
Text Example
White with #25612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25612B; }
p { color: rgb(37,97,43); }
H1.HeaderClassName
{
color: #25612B;
}
.AnyTagClassName
{
color: #25612B;
}
</style>
background-color css
<style>
a { background-color: #25612B; }
a { background-color: rgb(37,97,43); }
div.DivClassName
{
background-color: #25612B;
}
.BgClassName
{
background-color: #25612B;
}
</style>
border-color css
<style>
span { border-color: #25612B; }
span { border-color: rgb(37,97,43); }
td.TdClassName
{
border-color: #25612B;
}
.TagClassName
{
border-color: #25612B;
}
</style>