Shades of Myrtle #28581F
Tints of Myrtle #28581F
RGB
CMYK
RGB Variations
Color information
#28581F (or 0x28581F) is known color: Myrtle. HEX triplet: 28, 58 and 1F. RGB value is (40,88,31). Sum of RGB (Red+Green+Blue) = 40+88+31=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 88 (34.77% from 255 or 55.35% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 88 - color contains mainly: green. Hex color #28581F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28581F is #D7A7E0. Grayscale: #434343. Windows color (decimal): -14133217 or 2054184. OLE color: 2054184.
HSL color Cylindrical-coordinate representation of color #28581F: hue angle of 110.53º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28581F is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 88 | 31 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.65 |
| HSL | 110.53º | 0.48% | 0.23% | - |
| HSV(B) | 110.53º | 0.65% | 0.35% | - |
| XYZ | 4.61 | 7.53 | 2.51 | - |
| YUV | 67.15 | 107.6 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 31 | 0.55 | 0 | 0.65 | 0.65 | 110.53 | 0.48 | 0.23 |
| Hex | 28 | 58 | 1F | 37 | 0 | 41 | 41 | 6F | 30 | 17 |
| Octal | 50 | 130 | 37 | 67 | 0 | 101 | 101 | 157 | 60 | 27 |
| Binary | 101000 | 1011000 | 11111 | 110111 | 0 | 1000001 | 1000001 | 1101111 | 110000 | 10111 |
Color Harmonies of #28581F
Complementary color
Monochromatic Colors of #28581F
Black with #28581F
Text Example
Text Example
White with #28581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28581F; }
p { color: rgb(40,88,31); }
H1.HeaderClassName
{
color: #28581F;
}
.AnyTagClassName
{
color: #28581F;
}
</style>
background-color css
<style>
a { background-color: #28581F; }
a { background-color: rgb(40,88,31); }
div.DivClassName
{
background-color: #28581F;
}
.BgClassName
{
background-color: #28581F;
}
</style>
border-color css
<style>
span { border-color: #28581F; }
span { border-color: rgb(40,88,31); }
td.TdClassName
{
border-color: #28581F;
}
.TagClassName
{
border-color: #28581F;
}
</style>