Shades of Myrtle #285B0A
Tints of Myrtle #285B0A
RGB
CMYK
RGB Variations
Color information
#285B0A (or 0x285B0A) is known color: Myrtle. HEX triplet: 28, 5B and 0A. RGB value is (40,91,10). Sum of RGB (Red+Green+Blue) = 40+91+10=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 91 (35.94% from 255 or 64.54% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 91 - color contains mainly: green. Hex color #285B0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285B0A is #D7A4F5. Grayscale: #424242. Windows color (decimal): -14132470 or 678696. OLE color: 678696.
HSL color Cylindrical-coordinate representation of color #285B0A: hue angle of 97.78º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #285B0A is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 91 | 10 | - |
| CMYK | 0.56 | 0 | 0.89 | 0.64 |
| HSL | 97.78º | 0.8% | 0.2% | - |
| HSV(B) | 97.78º | 0.89% | 0.36% | - |
| XYZ | 4.67 | 7.96 | 1.58 | - |
| YUV | 66.52 | 96.1 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 10 | 0.56 | 0 | 0.89 | 0.64 | 97.78 | 0.8 | 0.2 |
| Hex | 28 | 5B | A | 38 | 0 | 59 | 40 | 62 | 50 | 14 |
| Octal | 50 | 133 | 12 | 70 | 0 | 131 | 100 | 142 | 120 | 24 |
| Binary | 101000 | 1011011 | 1010 | 111000 | 0 | 1011001 | 1000000 | 1100010 | 1010000 | 10100 |
Color Harmonies of #285B0A
Complementary color
Monochromatic Colors of #285B0A
Black with #285B0A
Text Example
Text Example
White with #285B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B0A; }
p { color: rgb(40,91,10); }
H1.HeaderClassName
{
color: #285B0A;
}
.AnyTagClassName
{
color: #285B0A;
}
</style>
background-color css
<style>
a { background-color: #285B0A; }
a { background-color: rgb(40,91,10); }
div.DivClassName
{
background-color: #285B0A;
}
.BgClassName
{
background-color: #285B0A;
}
</style>
border-color css
<style>
span { border-color: #285B0A; }
span { border-color: rgb(40,91,10); }
td.TdClassName
{
border-color: #285B0A;
}
.TagClassName
{
border-color: #285B0A;
}
</style>