Shades of Myrtle #28580F
Tints of Myrtle #28580F
RGB
CMYK
RGB Variations
Color information
#28580F (or 0x28580F) is known color: Myrtle. HEX triplet: 28, 58 and 0F. RGB value is (40,88,15). Sum of RGB (Red+Green+Blue) = 40+88+15=143 (18% of max value = 765). Red value is 40 (16.02% from 255 or 27.97% from 143); Green value is 88 (34.77% from 255 or 61.54% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 88 - color contains mainly: green. Hex color #28580F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28580F is #D7A7F0. Grayscale: #414141. Windows color (decimal): -14133233 or 1005608. OLE color: 1005608.
HSL color Cylindrical-coordinate representation of color #28580F: hue angle of 99.45º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28580F is Cyan = 0.55, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 88 | 15 | - |
| CMYK | 0.55 | 0 | 0.83 | 0.65 |
| HSL | 99.45º | 0.71% | 0.2% | - |
| HSV(B) | 99.45º | 0.83% | 0.35% | - |
| XYZ | 4.45 | 7.47 | 1.66 | - |
| YUV | 65.33 | 99.6 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 15 | 0.55 | 0 | 0.83 | 0.65 | 99.45 | 0.71 | 0.2 |
| Hex | 28 | 58 | F | 37 | 0 | 53 | 41 | 63 | 47 | 14 |
| Octal | 50 | 130 | 17 | 67 | 0 | 123 | 101 | 143 | 107 | 24 |
| Binary | 101000 | 1011000 | 1111 | 110111 | 0 | 1010011 | 1000001 | 1100011 | 1000111 | 10100 |
Color Harmonies of #28580F
Complementary color
Monochromatic Colors of #28580F
Black with #28580F
Text Example
Text Example
White with #28580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28580F; }
p { color: rgb(40,88,15); }
H1.HeaderClassName
{
color: #28580F;
}
.AnyTagClassName
{
color: #28580F;
}
</style>
background-color css
<style>
a { background-color: #28580F; }
a { background-color: rgb(40,88,15); }
div.DivClassName
{
background-color: #28580F;
}
.BgClassName
{
background-color: #28580F;
}
</style>
border-color css
<style>
span { border-color: #28580F; }
span { border-color: rgb(40,88,15); }
td.TdClassName
{
border-color: #28580F;
}
.TagClassName
{
border-color: #28580F;
}
</style>