Shades of Myrtle #28421E
Tints of Myrtle #28421E
RGB
CMYK
RGB Variations
Color information
#28421E (or 0x28421E) is known color: Myrtle. HEX triplet: 28, 42 and 1E. RGB value is (40,66,30). Sum of RGB (Red+Green+Blue) = 40+66+30=136 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.41% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #28421E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28421E is #D7BDE1. Grayscale: #363636. Windows color (decimal): -14138850 or 1983016. OLE color: 1983016.
HSL color Cylindrical-coordinate representation of color #28421E: hue angle of 103.33º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #28421E is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 66 | 30 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.74 |
| HSL | 103.33º | 0.38% | 0.19% | - |
| HSV(B) | 103.33º | 0.55% | 0.26% | - |
| XYZ | 3.06 | 4.44 | 1.92 | - |
| YUV | 54.12 | 114.39 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 30 | 0.39 | 0 | 0.55 | 0.74 | 103.33 | 0.38 | 0.19 |
| Hex | 28 | 42 | 1E | 27 | 0 | 37 | 4A | 67 | 26 | 13 |
| Octal | 50 | 102 | 36 | 47 | 0 | 67 | 112 | 147 | 46 | 23 |
| Binary | 101000 | 1000010 | 11110 | 100111 | 0 | 110111 | 1001010 | 1100111 | 100110 | 10011 |
Color Harmonies of #28421E
Complementary color
Monochromatic Colors of #28421E
Black with #28421E
Text Example
Text Example
White with #28421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28421E; }
p { color: rgb(40,66,30); }
H1.HeaderClassName
{
color: #28421E;
}
.AnyTagClassName
{
color: #28421E;
}
</style>
background-color css
<style>
a { background-color: #28421E; }
a { background-color: rgb(40,66,30); }
div.DivClassName
{
background-color: #28421E;
}
.BgClassName
{
background-color: #28421E;
}
</style>
border-color css
<style>
span { border-color: #28421E; }
span { border-color: rgb(40,66,30); }
td.TdClassName
{
border-color: #28421E;
}
.TagClassName
{
border-color: #28421E;
}
</style>