Shades of Myrtle #28472A
Tints of Myrtle #28472A
RGB
CMYK
RGB Variations
Color information
#28472A (or 0x28472A) is known color: Myrtle. HEX triplet: 28, 47 and 2A. RGB value is (40,71,42). Sum of RGB (Red+Green+Blue) = 40+71+42=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #28472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28472A is #D7B8D5. Grayscale: #3A3A3A. Windows color (decimal): -14137558 or 2770728. OLE color: 2770728.
HSL color Cylindrical-coordinate representation of color #28472A: hue angle of 123.87º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #28472A is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 71 | 42 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.72 |
| HSL | 123.87º | 0.28% | 0.22% | - |
| HSV(B) | 123.87º | 0.44% | 0.28% | - |
| XYZ | 3.55 | 5.12 | 2.99 | - |
| YUV | 58.43 | 118.73 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 42 | 0.44 | 0 | 0.41 | 0.72 | 123.87 | 0.28 | 0.22 |
| Hex | 28 | 47 | 2A | 2C | 0 | 29 | 48 | 7C | 1C | 16 |
| Octal | 50 | 107 | 52 | 54 | 0 | 51 | 110 | 174 | 34 | 26 |
| Binary | 101000 | 1000111 | 101010 | 101100 | 0 | 101001 | 1001000 | 1111100 | 11100 | 10110 |
Color Harmonies of #28472A
Complementary color
Monochromatic Colors of #28472A
Black with #28472A
Text Example
Text Example
White with #28472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28472A; }
p { color: rgb(40,71,42); }
H1.HeaderClassName
{
color: #28472A;
}
.AnyTagClassName
{
color: #28472A;
}
</style>
background-color css
<style>
a { background-color: #28472A; }
a { background-color: rgb(40,71,42); }
div.DivClassName
{
background-color: #28472A;
}
.BgClassName
{
background-color: #28472A;
}
</style>
border-color css
<style>
span { border-color: #28472A; }
span { border-color: rgb(40,71,42); }
td.TdClassName
{
border-color: #28472A;
}
.TagClassName
{
border-color: #28472A;
}
</style>