Shades of Parsley #285A34
Tints of Parsley #285A34
RGB
CMYK
RGB Variations
Color information
#285A34 (or 0x285A34) is known color: Parsley. HEX triplet: 28, 5A and 34. RGB value is (40,90,52). Sum of RGB (Red+Green+Blue) = 40+90+52=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #285A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285A34 is #D7A5CB. Grayscale: #464646. Windows color (decimal): -14132684 or 3430952. OLE color: 3430952.
HSL color Cylindrical-coordinate representation of color #285A34: hue angle of 134.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285A34 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 90 | 52 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.65 |
| HSL | 134.4º | 0.38% | 0.25% | - |
| HSV(B) | 134.4º | 0.56% | 0.35% | - |
| XYZ | 5.15 | 8.01 | 4.52 | - |
| YUV | 70.72 | 117.44 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 52 | 0.56 | 0 | 0.42 | 0.65 | 134.4 | 0.38 | 0.25 |
| Hex | 28 | 5A | 34 | 38 | 0 | 2A | 41 | 86 | 26 | 19 |
| Octal | 50 | 132 | 64 | 70 | 0 | 52 | 101 | 206 | 46 | 31 |
| Binary | 101000 | 1011010 | 110100 | 111000 | 0 | 101010 | 1000001 | 10000110 | 100110 | 11001 |
Color Harmonies of #285A34
Complementary color
Monochromatic Colors of #285A34
Black with #285A34
Text Example
Text Example
White with #285A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285A34; }
p { color: rgb(40,90,52); }
H1.HeaderClassName
{
color: #285A34;
}
.AnyTagClassName
{
color: #285A34;
}
</style>
background-color css
<style>
a { background-color: #285A34; }
a { background-color: rgb(40,90,52); }
div.DivClassName
{
background-color: #285A34;
}
.BgClassName
{
background-color: #285A34;
}
</style>
border-color css
<style>
span { border-color: #285A34; }
span { border-color: rgb(40,90,52); }
td.TdClassName
{
border-color: #285A34;
}
.TagClassName
{
border-color: #285A34;
}
</style>