Shades of Parsley #285E2F
Tints of Parsley #285E2F
RGB
CMYK
RGB Variations
Color information
#285E2F (or 0x285E2F) is known color: Parsley. HEX triplet: 28, 5E and 2F. RGB value is (40,94,47). Sum of RGB (Red+Green+Blue) = 40+94+47=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 94 (37.11% from 255 or 51.93% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 94 - color contains mainly: green. Hex color #285E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285E2F is #D7A1D0. Grayscale: #484848. Windows color (decimal): -14131665 or 3104296. OLE color: 3104296.
HSL color Cylindrical-coordinate representation of color #285E2F: hue angle of 127.78º 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 #285E2F is Cyan = 0.57, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 94 | 47 | - |
| CMYK | 0.57 | 0 | 0.5 | 0.63 |
| HSL | 127.78º | 0.4% | 0.26% | - |
| HSV(B) | 127.78º | 0.57% | 0.37% | - |
| XYZ | 5.39 | 8.66 | 4.08 | - |
| YUV | 72.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 47 | 0.57 | 0 | 0.5 | 0.63 | 127.78 | 0.4 | 0.26 |
| Hex | 28 | 5E | 2F | 39 | 0 | 32 | 3F | 80 | 28 | 1A |
| Octal | 50 | 136 | 57 | 71 | 0 | 62 | 77 | 200 | 50 | 32 |
| Binary | 101000 | 1011110 | 101111 | 111001 | 0 | 110010 | 111111 | 10000000 | 101000 | 11010 |
Color Harmonies of #285E2F
Complementary color
Monochromatic Colors of #285E2F
Black with #285E2F
Text Example
Text Example
White with #285E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285E2F; }
p { color: rgb(40,94,47); }
H1.HeaderClassName
{
color: #285E2F;
}
.AnyTagClassName
{
color: #285E2F;
}
</style>
background-color css
<style>
a { background-color: #285E2F; }
a { background-color: rgb(40,94,47); }
div.DivClassName
{
background-color: #285E2F;
}
.BgClassName
{
background-color: #285E2F;
}
</style>
border-color css
<style>
span { border-color: #285E2F; }
span { border-color: rgb(40,94,47); }
td.TdClassName
{
border-color: #285E2F;
}
.TagClassName
{
border-color: #285E2F;
}
</style>