Shades of Myrtle #285A17
Tints of Myrtle #285A17
RGB
CMYK
RGB Variations
Color information
#285A17 (or 0x285A17) is known color: Myrtle. HEX triplet: 28, 5A and 17. RGB value is (40,90,23). Sum of RGB (Red+Green+Blue) = 40+90+23=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 90 (35.55% from 255 or 58.82% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 90 - color contains mainly: green. Hex color #285A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285A17 is #D7A5E8. Grayscale: #434343. Windows color (decimal): -14132713 or 1530408. OLE color: 1530408.
HSL color Cylindrical-coordinate representation of color #285A17: hue angle of 104.78º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #285A17 is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 90 | 23 | - |
| CMYK | 0.56 | 0 | 0.74 | 0.65 |
| HSL | 104.78º | 0.59% | 0.22% | - |
| HSV(B) | 104.78º | 0.74% | 0.35% | - |
| XYZ | 4.69 | 7.83 | 2.07 | - |
| YUV | 67.41 | 102.94 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 90 | 23 | 0.56 | 0 | 0.74 | 0.65 | 104.78 | 0.59 | 0.22 |
| Hex | 28 | 5A | 17 | 38 | 0 | 4A | 41 | 69 | 3B | 16 |
| Octal | 50 | 132 | 27 | 70 | 0 | 112 | 101 | 151 | 73 | 26 |
| Binary | 101000 | 1011010 | 10111 | 111000 | 0 | 1001010 | 1000001 | 1101001 | 111011 | 10110 |
Color Harmonies of #285A17
Complementary color
Monochromatic Colors of #285A17
Black with #285A17
Text Example
Text Example
White with #285A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285A17; }
p { color: rgb(40,90,23); }
H1.HeaderClassName
{
color: #285A17;
}
.AnyTagClassName
{
color: #285A17;
}
</style>
background-color css
<style>
a { background-color: #285A17; }
a { background-color: rgb(40,90,23); }
div.DivClassName
{
background-color: #285A17;
}
.BgClassName
{
background-color: #285A17;
}
</style>
border-color css
<style>
span { border-color: #285A17; }
span { border-color: rgb(40,90,23); }
td.TdClassName
{
border-color: #285A17;
}
.TagClassName
{
border-color: #285A17;
}
</style>