Shades of Myrtle #285B01
Tints of Myrtle #285B01
RGB
CMYK
RGB Variations
Color information
#285B01 (or 0x285B01) is known color: Myrtle. HEX triplet: 28, 5B and 01. RGB value is (40,91,1). Sum of RGB (Red+Green+Blue) = 40+91+1=132 (17% of max value = 765). Red value is 40 (16.02% from 255 or 30.30% from 132); Green value is 91 (35.94% from 255 or 68.94% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 91 - color contains mainly: green. Hex color #285B01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285B01 is #D7A4FE. Grayscale: #414141. Windows color (decimal): -14132479 or 88872. OLE color: 88872.
HSL color Cylindrical-coordinate representation of color #285B01: hue angle of 94º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #285B01 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 91 | 1 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.64 |
| HSL | 94º | 0.98% | 0.18% | - |
| HSV(B) | 94º | 0.99% | 0.36% | - |
| XYZ | 4.62 | 7.94 | 1.32 | - |
| YUV | 65.49 | 91.6 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 91 | 1 | 0.56 | 0 | 0.99 | 0.64 | 94 | 0.98 | 0.18 |
| Hex | 28 | 5B | 1 | 38 | 0 | 63 | 40 | 5E | 62 | 12 |
| Octal | 50 | 133 | 1 | 70 | 0 | 143 | 100 | 136 | 142 | 22 |
| Binary | 101000 | 1011011 | 1 | 111000 | 0 | 1100011 | 1000000 | 1011110 | 1100010 | 10010 |
Color Harmonies of #285B01
Complementary color
Monochromatic Colors of #285B01
Black with #285B01
Text Example
Text Example
White with #285B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285B01; }
p { color: rgb(40,91,1); }
H1.HeaderClassName
{
color: #285B01;
}
.AnyTagClassName
{
color: #285B01;
}
</style>
background-color css
<style>
a { background-color: #285B01; }
a { background-color: rgb(40,91,1); }
div.DivClassName
{
background-color: #285B01;
}
.BgClassName
{
background-color: #285B01;
}
</style>
border-color css
<style>
span { border-color: #285B01; }
span { border-color: rgb(40,91,1); }
td.TdClassName
{
border-color: #285B01;
}
.TagClassName
{
border-color: #285B01;
}
</style>