Shades of Myrtle #285215
Tints of Myrtle #285215
RGB
CMYK
RGB Variations
Color information
#285215 (or 0x285215) is known color: Myrtle. HEX triplet: 28, 52 and 15. RGB value is (40,82,21). Sum of RGB (Red+Green+Blue) = 40+82+21=143 (18% of max value = 765). Red value is 40 (16.02% from 255 or 27.97% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #285215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285215 is #D7ADEA. Grayscale: #3E3E3E. Windows color (decimal): -14134763 or 1397288. OLE color: 1397288.
HSL color Cylindrical-coordinate representation of color #285215: hue angle of 101.31º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #285215 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 82 | 21 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.68 |
| HSL | 101.31º | 0.59% | 0.2% | - |
| HSV(B) | 101.31º | 0.74% | 0.32% | - |
| XYZ | 4.03 | 6.54 | 1.76 | - |
| YUV | 62.49 | 104.59 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 21 | 0.51 | 0 | 0.74 | 0.68 | 101.31 | 0.59 | 0.2 |
| Hex | 28 | 52 | 15 | 33 | 0 | 4A | 44 | 65 | 3B | 14 |
| Octal | 50 | 122 | 25 | 63 | 0 | 112 | 104 | 145 | 73 | 24 |
| Binary | 101000 | 1010010 | 10101 | 110011 | 0 | 1001010 | 1000100 | 1100101 | 111011 | 10100 |
Color Harmonies of #285215
Complementary color
Monochromatic Colors of #285215
Black with #285215
Text Example
Text Example
White with #285215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285215; }
p { color: rgb(40,82,21); }
H1.HeaderClassName
{
color: #285215;
}
.AnyTagClassName
{
color: #285215;
}
</style>
background-color css
<style>
a { background-color: #285215; }
a { background-color: rgb(40,82,21); }
div.DivClassName
{
background-color: #285215;
}
.BgClassName
{
background-color: #285215;
}
</style>
border-color css
<style>
span { border-color: #285215; }
span { border-color: rgb(40,82,21); }
td.TdClassName
{
border-color: #285215;
}
.TagClassName
{
border-color: #285215;
}
</style>