Shades of Myrtle #285E20
Tints of Myrtle #285E20
RGB
CMYK
RGB Variations
Color information
#285E20 (or 0x285E20) is known color: Myrtle. HEX triplet: 28, 5E and 20. RGB value is (40,94,32). Sum of RGB (Red+Green+Blue) = 40+94+32=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 94 (37.11% from 255 or 56.63% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 94 - color contains mainly: green. Hex color #285E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285E20 is #D7A1DF. Grayscale: #464646. Windows color (decimal): -14131680 or 2121256. OLE color: 2121256.
HSL color Cylindrical-coordinate representation of color #285E20: hue angle of 112.26º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #285E20 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 94 | 32 | - |
| CMYK | 0.57 | 0 | 0.66 | 0.63 |
| HSL | 112.26º | 0.49% | 0.25% | - |
| HSV(B) | 112.26º | 0.66% | 0.37% | - |
| XYZ | 5.14 | 8.56 | 2.75 | - |
| YUV | 70.79 | 106.11 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 94 | 32 | 0.57 | 0 | 0.66 | 0.63 | 112.26 | 0.49 | 0.25 |
| Hex | 28 | 5E | 20 | 39 | 0 | 42 | 3F | 70 | 31 | 19 |
| Octal | 50 | 136 | 40 | 71 | 0 | 102 | 77 | 160 | 61 | 31 |
| Binary | 101000 | 1011110 | 100000 | 111001 | 0 | 1000010 | 111111 | 1110000 | 110001 | 11001 |
Color Harmonies of #285E20
Complementary color
Monochromatic Colors of #285E20
Black with #285E20
Text Example
Text Example
White with #285E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285E20; }
p { color: rgb(40,94,32); }
H1.HeaderClassName
{
color: #285E20;
}
.AnyTagClassName
{
color: #285E20;
}
</style>
background-color css
<style>
a { background-color: #285E20; }
a { background-color: rgb(40,94,32); }
div.DivClassName
{
background-color: #285E20;
}
.BgClassName
{
background-color: #285E20;
}
</style>
border-color css
<style>
span { border-color: #285E20; }
span { border-color: rgb(40,94,32); }
td.TdClassName
{
border-color: #285E20;
}
.TagClassName
{
border-color: #285E20;
}
</style>