Shades of Parsley #285B34
Tints of Parsley #285B34
RGB
CMYK
RGB Variations
Color information
#285B34 (or 0x285B34) is known color: Parsley. HEX triplet: 28, 5B and 34. RGB value is (40,91,52). Sum of RGB (Red+Green+Blue) = 40+91+52=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #285B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285B34 is #D7A4CB. Grayscale: #474747. Windows color (decimal): -14132428 or 3431208. OLE color: 3431208.
HSL color Cylindrical-coordinate representation of color #285B34: hue angle of 134.12º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285B34 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 91 | 52 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.64 |
| HSL | 134.12º | 0.39% | 0.26% | - |
| HSV(B) | 134.12º | 0.56% | 0.36% | - |
| XYZ | 5.24 | 8.18 | 4.55 | - |
| YUV | 71.31 | 117.1 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 52 | 0.56 | 0 | 0.43 | 0.64 | 134.12 | 0.39 | 0.26 |
| Hex | 28 | 5B | 34 | 38 | 0 | 2B | 40 | 86 | 27 | 1A |
| Octal | 50 | 133 | 64 | 70 | 0 | 53 | 100 | 206 | 47 | 32 |
| Binary | 101000 | 1011011 | 110100 | 111000 | 0 | 101011 | 1000000 | 10000110 | 100111 | 11010 |
Color Harmonies of #285B34
Complementary color
Monochromatic Colors of #285B34
Black with #285B34
Text Example
Text Example
White with #285B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B34; }
p { color: rgb(40,91,52); }
H1.HeaderClassName
{
color: #285B34;
}
.AnyTagClassName
{
color: #285B34;
}
</style>
background-color css
<style>
a { background-color: #285B34; }
a { background-color: rgb(40,91,52); }
div.DivClassName
{
background-color: #285B34;
}
.BgClassName
{
background-color: #285B34;
}
</style>
border-color css
<style>
span { border-color: #285B34; }
span { border-color: rgb(40,91,52); }
td.TdClassName
{
border-color: #285B34;
}
.TagClassName
{
border-color: #285B34;
}
</style>