Shades of Myrtle #28600E
Tints of Myrtle #28600E
RGB
CMYK
RGB Variations
Color information
#28600E (or 0x28600E) is known color: Myrtle. HEX triplet: 28, 60 and 0E. RGB value is (40,96,14). Sum of RGB (Red+Green+Blue) = 40+96+14=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 96 (37.89% from 255 or 64% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 96 - color contains mainly: green. Hex color #28600E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28600E is #D79FF1. Grayscale: #464646. Windows color (decimal): -14131186 or 942120. OLE color: 942120.
HSL color Cylindrical-coordinate representation of color #28600E: hue angle of 100.98º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28600E is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 96 | 14 | - |
| CMYK | 0.58 | 0 | 0.85 | 0.62 |
| HSL | 100.98º | 0.75% | 0.22% | - |
| HSV(B) | 100.98º | 0.85% | 0.38% | - |
| XYZ | 5.14 | 8.85 | 1.85 | - |
| YUV | 69.91 | 96.45 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 14 | 0.58 | 0 | 0.85 | 0.62 | 100.98 | 0.75 | 0.22 |
| Hex | 28 | 60 | E | 3A | 0 | 55 | 3E | 65 | 4B | 16 |
| Octal | 50 | 140 | 16 | 72 | 0 | 125 | 76 | 145 | 113 | 26 |
| Binary | 101000 | 1100000 | 1110 | 111010 | 0 | 1010101 | 111110 | 1100101 | 1001011 | 10110 |
Color Harmonies of #28600E
Complementary color
Monochromatic Colors of #28600E
Black with #28600E
Text Example
Text Example
White with #28600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28600E; }
p { color: rgb(40,96,14); }
H1.HeaderClassName
{
color: #28600E;
}
.AnyTagClassName
{
color: #28600E;
}
</style>
background-color css
<style>
a { background-color: #28600E; }
a { background-color: rgb(40,96,14); }
div.DivClassName
{
background-color: #28600E;
}
.BgClassName
{
background-color: #28600E;
}
</style>
border-color css
<style>
span { border-color: #28600E; }
span { border-color: rgb(40,96,14); }
td.TdClassName
{
border-color: #28600E;
}
.TagClassName
{
border-color: #28600E;
}
</style>