Shades of Myrtle #28520F
Tints of Myrtle #28520F
RGB
CMYK
RGB Variations
Color information
#28520F (or 0x28520F) is known color: Myrtle. HEX triplet: 28, 52 and 0F. RGB value is (40,82,15). Sum of RGB (Red+Green+Blue) = 40+82+15=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 82 (32.42% from 255 or 59.85% from 137); Blue value is 15 (6.25% from 255 or 10.95% from 137); Max value from RGB is 82 - color contains mainly: green. Hex color #28520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #28520F is #D7ADF0. Grayscale: #3E3E3E. Windows color (decimal): -14134769 or 1004072. OLE color: 1004072.
HSL color Cylindrical-coordinate representation of color #28520F: hue angle of 97.61º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28520F is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 82 | 15 | - |
| CMYK | 0.51 | 0 | 0.82 | 0.68 |
| HSL | 97.61º | 0.69% | 0.19% | - |
| HSV(B) | 97.61º | 0.82% | 0.32% | - |
| XYZ | 3.98 | 6.52 | 1.5 | - |
| YUV | 61.8 | 101.59 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 15 | 0.51 | 0 | 0.82 | 0.68 | 97.61 | 0.69 | 0.19 |
| Hex | 28 | 52 | F | 33 | 0 | 52 | 44 | 62 | 45 | 13 |
| Octal | 50 | 122 | 17 | 63 | 0 | 122 | 104 | 142 | 105 | 23 |
| Binary | 101000 | 1010010 | 1111 | 110011 | 0 | 1010010 | 1000100 | 1100010 | 1000101 | 10011 |
Color Harmonies of #28520F
Complementary color
Monochromatic Colors of #28520F
Black with #28520F
Text Example
Text Example
White with #28520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28520F; }
p { color: rgb(40,82,15); }
H1.HeaderClassName
{
color: #28520F;
}
.AnyTagClassName
{
color: #28520F;
}
</style>
background-color css
<style>
a { background-color: #28520F; }
a { background-color: rgb(40,82,15); }
div.DivClassName
{
background-color: #28520F;
}
.BgClassName
{
background-color: #28520F;
}
</style>
border-color css
<style>
span { border-color: #28520F; }
span { border-color: rgb(40,82,15); }
td.TdClassName
{
border-color: #28520F;
}
.TagClassName
{
border-color: #28520F;
}
</style>