Shades of Parsley #285E2D
Tints of Parsley #285E2D
RGB
CMYK
RGB Variations
Color information
#285E2D (or 0x285E2D) is known color: Parsley. HEX triplet: 28, 5E and 2D. RGB value is (40,94,45). Sum of RGB (Red+Green+Blue) = 40+94+45=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 94 (37.11% from 255 or 52.51% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 94 - color contains mainly: green. Hex color #285E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285E2D is #D7A1D2. Grayscale: #484848. Windows color (decimal): -14131667 or 2973224. OLE color: 2973224.
HSL color Cylindrical-coordinate representation of color #285E2D: hue angle of 125.56º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285E2D is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 94 | 45 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.63 |
| HSL | 125.56º | 0.4% | 0.26% | - |
| HSV(B) | 125.56º | 0.57% | 0.37% | - |
| XYZ | 5.35 | 8.65 | 3.87 | - |
| YUV | 72.27 | 112.61 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 45 | 0.57 | 0 | 0.52 | 0.63 | 125.56 | 0.4 | 0.26 |
| Hex | 28 | 5E | 2D | 39 | 0 | 34 | 3F | 7E | 28 | 1A |
| Octal | 50 | 136 | 55 | 71 | 0 | 64 | 77 | 176 | 50 | 32 |
| Binary | 101000 | 1011110 | 101101 | 111001 | 0 | 110100 | 111111 | 1111110 | 101000 | 11010 |
Color Harmonies of #285E2D
Complementary color
Monochromatic Colors of #285E2D
Black with #285E2D
Text Example
Text Example
White with #285E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285E2D; }
p { color: rgb(40,94,45); }
H1.HeaderClassName
{
color: #285E2D;
}
.AnyTagClassName
{
color: #285E2D;
}
</style>
background-color css
<style>
a { background-color: #285E2D; }
a { background-color: rgb(40,94,45); }
div.DivClassName
{
background-color: #285E2D;
}
.BgClassName
{
background-color: #285E2D;
}
</style>
border-color css
<style>
span { border-color: #285E2D; }
span { border-color: rgb(40,94,45); }
td.TdClassName
{
border-color: #285E2D;
}
.TagClassName
{
border-color: #285E2D;
}
</style>