Shades of Parsley #285A2D
Tints of Parsley #285A2D
RGB
CMYK
RGB Variations
Color information
#285A2D (or 0x285A2D) is known color: Parsley. HEX triplet: 28, 5A and 2D. RGB value is (40,90,45). Sum of RGB (Red+Green+Blue) = 40+90+45=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #285A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285A2D is #D7A5D2. Grayscale: #464646. Windows color (decimal): -14132691 or 2972200. OLE color: 2972200.
HSL color Cylindrical-coordinate representation of color #285A2D: hue angle of 126º 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 #285A2D is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 90 | 45 | - |
| CMYK | 0.56 | 0 | 0.50 | 0.65 |
| HSL | 126º | 0.38% | 0.25% | - |
| HSV(B) | 126º | 0.56% | 0.35% | - |
| XYZ | 5 | 7.95 | 3.75 | - |
| YUV | 69.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 45 | 0.56 | 0 | 0.50 | 0.65 | 126 | 0.38 | 0.25 |
| Hex | 28 | 5A | 2D | 38 | 0 | 32 | 41 | 7E | 26 | 19 |
| Octal | 50 | 132 | 55 | 70 | 0 | 62 | 101 | 176 | 46 | 31 |
| Binary | 101000 | 1011010 | 101101 | 111000 | 0 | 110010 | 1000001 | 1111110 | 100110 | 11001 |
Color Harmonies of #285A2D
Complementary color
Monochromatic Colors of #285A2D
Black with #285A2D
Text Example
Text Example
White with #285A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285A2D; }
p { color: rgb(40,90,45); }
H1.HeaderClassName
{
color: #285A2D;
}
.AnyTagClassName
{
color: #285A2D;
}
</style>
background-color css
<style>
a { background-color: #285A2D; }
a { background-color: rgb(40,90,45); }
div.DivClassName
{
background-color: #285A2D;
}
.BgClassName
{
background-color: #285A2D;
}
</style>
border-color css
<style>
span { border-color: #285A2D; }
span { border-color: rgb(40,90,45); }
td.TdClassName
{
border-color: #285A2D;
}
.TagClassName
{
border-color: #285A2D;
}
</style>