Shades of Myrtle #285D02
Tints of Myrtle #285D02
RGB
CMYK
RGB Variations
Color information
#285D02 (or 0x285D02) is known color: Myrtle. HEX triplet: 28, 5D and 02. RGB value is (40,93,2). Sum of RGB (Red+Green+Blue) = 40+93+2=135 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.63% from 135); Green value is 93 (36.72% from 255 or 68.89% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 93 - color contains mainly: green. Hex color #285D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285D02 is #D7A2FD. Grayscale: #434343. Windows color (decimal): -14131966 or 154920. OLE color: 154920.
HSL color Cylindrical-coordinate representation of color #285D02: hue angle of 94.95º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #285D02 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 93 | 2 | - |
| CMYK | 0.57 | 0 | 0.98 | 0.64 |
| HSL | 94.95º | 0.96% | 0.19% | - |
| HSV(B) | 94.95º | 0.98% | 0.36% | - |
| XYZ | 4.8 | 8.28 | 1.4 | - |
| YUV | 66.78 | 91.44 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 93 | 2 | 0.57 | 0 | 0.98 | 0.64 | 94.95 | 0.96 | 0.19 |
| Hex | 28 | 5D | 2 | 39 | 0 | 62 | 40 | 5F | 60 | 13 |
| Octal | 50 | 135 | 2 | 71 | 0 | 142 | 100 | 137 | 140 | 23 |
| Binary | 101000 | 1011101 | 10 | 111001 | 0 | 1100010 | 1000000 | 1011111 | 1100000 | 10011 |
Color Harmonies of #285D02
Complementary color
Monochromatic Colors of #285D02
Black with #285D02
Text Example
Text Example
White with #285D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285D02; }
p { color: rgb(40,93,2); }
H1.HeaderClassName
{
color: #285D02;
}
.AnyTagClassName
{
color: #285D02;
}
</style>
background-color css
<style>
a { background-color: #285D02; }
a { background-color: rgb(40,93,2); }
div.DivClassName
{
background-color: #285D02;
}
.BgClassName
{
background-color: #285D02;
}
</style>
border-color css
<style>
span { border-color: #285D02; }
span { border-color: rgb(40,93,2); }
td.TdClassName
{
border-color: #285D02;
}
.TagClassName
{
border-color: #285D02;
}
</style>