Shades of Myrtle #285020
Tints of Myrtle #285020
RGB
CMYK
RGB Variations
Color information
#285020 (or 0x285020) is known color: Myrtle. HEX triplet: 28, 50 and 20. RGB value is (40,80,32). Sum of RGB (Red+Green+Blue) = 40+80+32=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #285020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285020 is #D7AFDF. Grayscale: #3E3E3E. Windows color (decimal): -14135264 or 2117672. OLE color: 2117672.
HSL color Cylindrical-coordinate representation of color #285020: hue angle of 110º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #285020 is Cyan = 0.5, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 80 | 32 | - |
| CMYK | 0.5 | 0 | 0.60 | 0.69 |
| HSL | 110º | 0.43% | 0.22% | - |
| HSV(B) | 110º | 0.6% | 0.31% | - |
| XYZ | 4 | 6.29 | 2.37 | - |
| YUV | 62.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 32 | 0.5 | 0 | 0.60 | 0.69 | 110 | 0.43 | 0.22 |
| Hex | 28 | 50 | 20 | 32 | 0 | 3C | 45 | 6E | 2B | 16 |
| Octal | 50 | 120 | 40 | 62 | 0 | 74 | 105 | 156 | 53 | 26 |
| Binary | 101000 | 1010000 | 100000 | 110010 | 0 | 111100 | 1000101 | 1101110 | 101011 | 10110 |
Color Harmonies of #285020
Complementary color
Monochromatic Colors of #285020
Black with #285020
Text Example
Text Example
White with #285020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285020; }
p { color: rgb(40,80,32); }
H1.HeaderClassName
{
color: #285020;
}
.AnyTagClassName
{
color: #285020;
}
</style>
background-color css
<style>
a { background-color: #285020; }
a { background-color: rgb(40,80,32); }
div.DivClassName
{
background-color: #285020;
}
.BgClassName
{
background-color: #285020;
}
</style>
border-color css
<style>
span { border-color: #285020; }
span { border-color: rgb(40,80,32); }
td.TdClassName
{
border-color: #285020;
}
.TagClassName
{
border-color: #285020;
}
</style>