Shades of Myrtle #28501D
Tints of Myrtle #28501D
RGB
CMYK
RGB Variations
Color information
#28501D (or 0x28501D) is known color: Myrtle. HEX triplet: 28, 50 and 1D. RGB value is (40,80,29). Sum of RGB (Red+Green+Blue) = 40+80+29=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #28501D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28501D is #D7AFE2. Grayscale: #3E3E3E. Windows color (decimal): -14135267 or 1921064. OLE color: 1921064.
HSL color Cylindrical-coordinate representation of color #28501D: hue angle of 107.06º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28501D is Cyan = 0.5, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 80 | 29 | - |
| CMYK | 0.5 | 0 | 0.64 | 0.69 |
| HSL | 107.06º | 0.47% | 0.21% | - |
| HSV(B) | 107.06º | 0.64% | 0.31% | - |
| XYZ | 3.97 | 6.28 | 2.17 | - |
| YUV | 62.23 | 109.25 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 29 | 0.5 | 0 | 0.64 | 0.69 | 107.06 | 0.47 | 0.21 |
| Hex | 28 | 50 | 1D | 32 | 0 | 40 | 45 | 6B | 2F | 15 |
| Octal | 50 | 120 | 35 | 62 | 0 | 100 | 105 | 153 | 57 | 25 |
| Binary | 101000 | 1010000 | 11101 | 110010 | 0 | 1000000 | 1000101 | 1101011 | 101111 | 10101 |
Color Harmonies of #28501D
Complementary color
Monochromatic Colors of #28501D
Black with #28501D
Text Example
Text Example
White with #28501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28501D; }
p { color: rgb(40,80,29); }
H1.HeaderClassName
{
color: #28501D;
}
.AnyTagClassName
{
color: #28501D;
}
</style>
background-color css
<style>
a { background-color: #28501D; }
a { background-color: rgb(40,80,29); }
div.DivClassName
{
background-color: #28501D;
}
.BgClassName
{
background-color: #28501D;
}
</style>
border-color css
<style>
span { border-color: #28501D; }
span { border-color: rgb(40,80,29); }
td.TdClassName
{
border-color: #28501D;
}
.TagClassName
{
border-color: #28501D;
}
</style>