Shades of Parsley #254F2B
Tints of Parsley #254F2B
RGB
CMYK
RGB Variations
Color information
#254F2B (or 0x254F2B) is known color: Parsley. HEX triplet: 25, 4F and 2B. RGB value is (37,79,43). Sum of RGB (Red+Green+Blue) = 37+79+43=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 79 (31.25% from 255 or 49.69% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 79 - color contains mainly: green. Hex color #254F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F2B is #DAB0D4. Grayscale: #3E3E3E. Windows color (decimal): -14332117 or 2838309. OLE color: 2838309.
HSL color Cylindrical-coordinate representation of color #254F2B: hue angle of 128.57º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254F2B is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 79 | 43 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.69 |
| HSL | 128.57º | 0.36% | 0.23% | - |
| HSV(B) | 128.57º | 0.53% | 0.31% | - |
| XYZ | 3.99 | 6.16 | 3.26 | - |
| YUV | 62.34 | 117.09 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 43 | 0.53 | 0 | 0.46 | 0.69 | 128.57 | 0.36 | 0.23 |
| Hex | 25 | 4F | 2B | 35 | 0 | 2E | 45 | 81 | 24 | 17 |
| Octal | 45 | 117 | 53 | 65 | 0 | 56 | 105 | 201 | 44 | 27 |
| Binary | 100101 | 1001111 | 101011 | 110101 | 0 | 101110 | 1000101 | 10000001 | 100100 | 10111 |
Color Harmonies of #254F2B
Complementary color
Monochromatic Colors of #254F2B
Black with #254F2B
Text Example
Text Example
White with #254F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254F2B; }
p { color: rgb(37,79,43); }
H1.HeaderClassName
{
color: #254F2B;
}
.AnyTagClassName
{
color: #254F2B;
}
</style>
background-color css
<style>
a { background-color: #254F2B; }
a { background-color: rgb(37,79,43); }
div.DivClassName
{
background-color: #254F2B;
}
.BgClassName
{
background-color: #254F2B;
}
</style>
border-color css
<style>
span { border-color: #254F2B; }
span { border-color: rgb(37,79,43); }
td.TdClassName
{
border-color: #254F2B;
}
.TagClassName
{
border-color: #254F2B;
}
</style>