Shades of Myrtle #284C28
Tints of Myrtle #284C28
RGB
CMYK
RGB Variations
Color information
#284C28 (or 0x284C28) is known color: Myrtle. HEX triplet: 28, 4C and 28. RGB value is (40,76,40). Sum of RGB (Red+Green+Blue) = 40+76+40=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 76 - color contains mainly: green. Hex color #284C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284C28 is #D7B3D7. Grayscale: #3D3D3D. Windows color (decimal): -14136280 or 2640936. OLE color: 2640936.
HSL color Cylindrical-coordinate representation of color #284C28: hue angle of 120º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #284C28 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 76 | 40 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.70 |
| HSL | 120º | 0.31% | 0.23% | - |
| HSV(B) | 120º | 0.47% | 0.3% | - |
| XYZ | 3.84 | 5.77 | 2.92 | - |
| YUV | 61.13 | 116.07 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 40 | 0.47 | 0 | 0.47 | 0.70 | 120 | 0.31 | 0.23 |
| Hex | 28 | 4C | 28 | 2F | 0 | 2F | 46 | 78 | 1F | 17 |
| Octal | 50 | 114 | 50 | 57 | 0 | 57 | 106 | 170 | 37 | 27 |
| Binary | 101000 | 1001100 | 101000 | 101111 | 0 | 101111 | 1000110 | 1111000 | 11111 | 10111 |
Color Harmonies of #284C28
Complementary color
Monochromatic Colors of #284C28
Black with #284C28
Text Example
Text Example
White with #284C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284C28; }
p { color: rgb(40,76,40); }
H1.HeaderClassName
{
color: #284C28;
}
.AnyTagClassName
{
color: #284C28;
}
</style>
background-color css
<style>
a { background-color: #284C28; }
a { background-color: rgb(40,76,40); }
div.DivClassName
{
background-color: #284C28;
}
.BgClassName
{
background-color: #284C28;
}
</style>
border-color css
<style>
span { border-color: #284C28; }
span { border-color: rgb(40,76,40); }
td.TdClassName
{
border-color: #284C28;
}
.TagClassName
{
border-color: #284C28;
}
</style>