Shades of Myrtle #285212
Tints of Myrtle #285212
RGB
CMYK
RGB Variations
Color information
#285212 (or 0x285212) is known color: Myrtle. HEX triplet: 28, 52 and 12. RGB value is (40,82,18). Sum of RGB (Red+Green+Blue) = 40+82+18=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 82 (32.42% from 255 or 58.57% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 82 - color contains mainly: green. Hex color #285212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285212 is #D7ADED. Grayscale: #3E3E3E. Windows color (decimal): -14134766 or 1200680. OLE color: 1200680.
HSL color Cylindrical-coordinate representation of color #285212: hue angle of 99.38º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #285212 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 82 | 18 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.68 |
| HSL | 99.38º | 0.64% | 0.2% | - |
| HSV(B) | 99.38º | 0.78% | 0.32% | - |
| XYZ | 4 | 6.53 | 1.62 | - |
| YUV | 62.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 18 | 0.51 | 0 | 0.78 | 0.68 | 99.38 | 0.64 | 0.2 |
| Hex | 28 | 52 | 12 | 33 | 0 | 4E | 44 | 63 | 40 | 14 |
| Octal | 50 | 122 | 22 | 63 | 0 | 116 | 104 | 143 | 100 | 24 |
| Binary | 101000 | 1010010 | 10010 | 110011 | 0 | 1001110 | 1000100 | 1100011 | 1000000 | 10100 |
Color Harmonies of #285212
Complementary color
Monochromatic Colors of #285212
Black with #285212
Text Example
Text Example
White with #285212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285212; }
p { color: rgb(40,82,18); }
H1.HeaderClassName
{
color: #285212;
}
.AnyTagClassName
{
color: #285212;
}
</style>
background-color css
<style>
a { background-color: #285212; }
a { background-color: rgb(40,82,18); }
div.DivClassName
{
background-color: #285212;
}
.BgClassName
{
background-color: #285212;
}
</style>
border-color css
<style>
span { border-color: #285212; }
span { border-color: rgb(40,82,18); }
td.TdClassName
{
border-color: #285212;
}
.TagClassName
{
border-color: #285212;
}
</style>