Shades of Parsley #28512F
Tints of Parsley #28512F
RGB
CMYK
RGB Variations
Color information
#28512F (or 0x28512F) is known color: Parsley. HEX triplet: 28, 51 and 2F. RGB value is (40,81,47). Sum of RGB (Red+Green+Blue) = 40+81+47=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 81 - color contains mainly: green. Hex color #28512F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28512F is #D7AED0. Grayscale: #404040. Windows color (decimal): -14134993 or 3100968. OLE color: 3100968.
HSL color Cylindrical-coordinate representation of color #28512F: hue angle of 130.24º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #28512F is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 81 | 47 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.68 |
| HSL | 130.24º | 0.34% | 0.24% | - |
| HSV(B) | 130.24º | 0.51% | 0.32% | - |
| XYZ | 4.33 | 6.54 | 3.72 | - |
| YUV | 64.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 47 | 0.51 | 0 | 0.42 | 0.68 | 130.24 | 0.34 | 0.24 |
| Hex | 28 | 51 | 2F | 33 | 0 | 2A | 44 | 82 | 22 | 18 |
| Octal | 50 | 121 | 57 | 63 | 0 | 52 | 104 | 202 | 42 | 30 |
| Binary | 101000 | 1010001 | 101111 | 110011 | 0 | 101010 | 1000100 | 10000010 | 100010 | 11000 |
Color Harmonies of #28512F
Complementary color
Monochromatic Colors of #28512F
Black with #28512F
Text Example
Text Example
White with #28512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28512F; }
p { color: rgb(40,81,47); }
H1.HeaderClassName
{
color: #28512F;
}
.AnyTagClassName
{
color: #28512F;
}
</style>
background-color css
<style>
a { background-color: #28512F; }
a { background-color: rgb(40,81,47); }
div.DivClassName
{
background-color: #28512F;
}
.BgClassName
{
background-color: #28512F;
}
</style>
border-color css
<style>
span { border-color: #28512F; }
span { border-color: rgb(40,81,47); }
td.TdClassName
{
border-color: #28512F;
}
.TagClassName
{
border-color: #28512F;
}
</style>