Shades of Myrtle #28471B
Tints of Myrtle #28471B
RGB
CMYK
RGB Variations
Color information
#28471B (or 0x28471B) is known color: Myrtle. HEX triplet: 28, 47 and 1B. RGB value is (40,71,27). Sum of RGB (Red+Green+Blue) = 40+71+27=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #28471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28471B is #D7B8E4. Grayscale: #383838. Windows color (decimal): -14137573 or 1787688. OLE color: 1787688.
HSL color Cylindrical-coordinate representation of color #28471B: hue angle of 102.27º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28471B is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 71 | 27 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.72 |
| HSL | 102.27º | 0.45% | 0.19% | - |
| HSV(B) | 102.27º | 0.62% | 0.28% | - |
| XYZ | 3.33 | 5.04 | 1.83 | - |
| YUV | 56.72 | 111.23 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 27 | 0.44 | 0 | 0.62 | 0.72 | 102.27 | 0.45 | 0.19 |
| Hex | 28 | 47 | 1B | 2C | 0 | 3E | 48 | 66 | 2D | 13 |
| Octal | 50 | 107 | 33 | 54 | 0 | 76 | 110 | 146 | 55 | 23 |
| Binary | 101000 | 1000111 | 11011 | 101100 | 0 | 111110 | 1001000 | 1100110 | 101101 | 10011 |
Color Harmonies of #28471B
Complementary color
Monochromatic Colors of #28471B
Black with #28471B
Text Example
Text Example
White with #28471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28471B; }
p { color: rgb(40,71,27); }
H1.HeaderClassName
{
color: #28471B;
}
.AnyTagClassName
{
color: #28471B;
}
</style>
background-color css
<style>
a { background-color: #28471B; }
a { background-color: rgb(40,71,27); }
div.DivClassName
{
background-color: #28471B;
}
.BgClassName
{
background-color: #28471B;
}
</style>
border-color css
<style>
span { border-color: #28471B; }
span { border-color: rgb(40,71,27); }
td.TdClassName
{
border-color: #28471B;
}
.TagClassName
{
border-color: #28471B;
}
</style>