Shades of Myrtle #28500A
Tints of Myrtle #28500A
RGB
CMYK
RGB Variations
Color information
#28500A (or 0x28500A) is known color: Myrtle. HEX triplet: 28, 50 and 0A. RGB value is (40,80,10). Sum of RGB (Red+Green+Blue) = 40+80+10=130 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.77% from 130); Green value is 80 (31.64% from 255 or 61.54% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 80 - color contains mainly: green. Hex color #28500A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28500A is #D7AFF5. Grayscale: #3C3C3C. Windows color (decimal): -14135286 or 675880. OLE color: 675880.
HSL color Cylindrical-coordinate representation of color #28500A: hue angle of 94.29º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28500A is Cyan = 0.5, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 80 | 10 | - |
| CMYK | 0.5 | 0 | 0.87 | 0.69 |
| HSL | 94.29º | 0.78% | 0.18% | - |
| HSV(B) | 94.29º | 0.88% | 0.31% | - |
| XYZ | 3.8 | 6.21 | 1.29 | - |
| YUV | 60.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 10 | 0.5 | 0 | 0.87 | 0.69 | 94.29 | 0.78 | 0.18 |
| Hex | 28 | 50 | A | 32 | 0 | 57 | 45 | 5E | 4E | 12 |
| Octal | 50 | 120 | 12 | 62 | 0 | 127 | 105 | 136 | 116 | 22 |
| Binary | 101000 | 1010000 | 1010 | 110010 | 0 | 1010111 | 1000101 | 1011110 | 1001110 | 10010 |
Color Harmonies of #28500A
Complementary color
Monochromatic Colors of #28500A
Black with #28500A
Text Example
Text Example
White with #28500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28500A; }
p { color: rgb(40,80,10); }
H1.HeaderClassName
{
color: #28500A;
}
.AnyTagClassName
{
color: #28500A;
}
</style>
background-color css
<style>
a { background-color: #28500A; }
a { background-color: rgb(40,80,10); }
div.DivClassName
{
background-color: #28500A;
}
.BgClassName
{
background-color: #28500A;
}
</style>
border-color css
<style>
span { border-color: #28500A; }
span { border-color: rgb(40,80,10); }
td.TdClassName
{
border-color: #28500A;
}
.TagClassName
{
border-color: #28500A;
}
</style>