Shades of Myrtle #285D09
Tints of Myrtle #285D09
RGB
CMYK
RGB Variations
Color information
#285D09 (or 0x285D09) is known color: Myrtle. HEX triplet: 28, 5D and 09. RGB value is (40,93,9). Sum of RGB (Red+Green+Blue) = 40+93+9=142 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.17% from 142); Green value is 93 (36.72% from 255 or 65.49% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 93 - color contains mainly: green. Hex color #285D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285D09 is #D7A2F6. Grayscale: #434343. Windows color (decimal): -14131959 or 613672. OLE color: 613672.
HSL color Cylindrical-coordinate representation of color #285D09: hue angle of 97.86º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #285D09 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 93 | 9 | - |
| CMYK | 0.57 | 0 | 0.90 | 0.64 |
| HSL | 97.86º | 0.82% | 0.2% | - |
| HSV(B) | 97.86º | 0.9% | 0.36% | - |
| XYZ | 4.84 | 8.3 | 1.61 | - |
| YUV | 67.58 | 94.94 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 9 | 0.57 | 0 | 0.90 | 0.64 | 97.86 | 0.82 | 0.2 |
| Hex | 28 | 5D | 9 | 39 | 0 | 5A | 40 | 62 | 52 | 14 |
| Octal | 50 | 135 | 11 | 71 | 0 | 132 | 100 | 142 | 122 | 24 |
| Binary | 101000 | 1011101 | 1001 | 111001 | 0 | 1011010 | 1000000 | 1100010 | 1010010 | 10100 |
Color Harmonies of #285D09
Complementary color
Monochromatic Colors of #285D09
Black with #285D09
Text Example
Text Example
White with #285D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285D09; }
p { color: rgb(40,93,9); }
H1.HeaderClassName
{
color: #285D09;
}
.AnyTagClassName
{
color: #285D09;
}
</style>
background-color css
<style>
a { background-color: #285D09; }
a { background-color: rgb(40,93,9); }
div.DivClassName
{
background-color: #285D09;
}
.BgClassName
{
background-color: #285D09;
}
</style>
border-color css
<style>
span { border-color: #285D09; }
span { border-color: rgb(40,93,9); }
td.TdClassName
{
border-color: #285D09;
}
.TagClassName
{
border-color: #285D09;
}
</style>