Shades of Myrtle #28471E
Tints of Myrtle #28471E
RGB
CMYK
RGB Variations
Color information
#28471E (or 0x28471E) is known color: Myrtle. HEX triplet: 28, 47 and 1E. RGB value is (40,71,30). Sum of RGB (Red+Green+Blue) = 40+71+30=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #28471E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28471E is #D7B8E1. Grayscale: #393939. Windows color (decimal): -14137570 or 1984296. OLE color: 1984296.
HSL color Cylindrical-coordinate representation of color #28471E: hue angle of 105.37º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28471E is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 71 | 30 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.72 |
| HSL | 105.37º | 0.41% | 0.2% | - |
| HSV(B) | 105.37º | 0.58% | 0.28% | - |
| XYZ | 3.36 | 5.05 | 2.03 | - |
| YUV | 57.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 30 | 0.44 | 0 | 0.58 | 0.72 | 105.37 | 0.41 | 0.2 |
| Hex | 28 | 47 | 1E | 2C | 0 | 3A | 48 | 69 | 29 | 14 |
| Octal | 50 | 107 | 36 | 54 | 0 | 72 | 110 | 151 | 51 | 24 |
| Binary | 101000 | 1000111 | 11110 | 101100 | 0 | 111010 | 1001000 | 1101001 | 101001 | 10100 |
Color Harmonies of #28471E
Complementary color
Monochromatic Colors of #28471E
Black with #28471E
Text Example
Text Example
White with #28471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28471E; }
p { color: rgb(40,71,30); }
H1.HeaderClassName
{
color: #28471E;
}
.AnyTagClassName
{
color: #28471E;
}
</style>
background-color css
<style>
a { background-color: #28471E; }
a { background-color: rgb(40,71,30); }
div.DivClassName
{
background-color: #28471E;
}
.BgClassName
{
background-color: #28471E;
}
</style>
border-color css
<style>
span { border-color: #28471E; }
span { border-color: rgb(40,71,30); }
td.TdClassName
{
border-color: #28471E;
}
.TagClassName
{
border-color: #28471E;
}
</style>