Shades of Myrtle #152D0E
Tints of Myrtle #152D0E
RGB
CMYK
RGB Variations
Color information
#152D0E (or 0x152D0E) is known color: Myrtle. HEX triplet: 15, 2D and 0E. RGB value is (21,45,14). Sum of RGB (Red+Green+Blue) = 21+45+14=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 45 (17.97% from 255 or 56.25% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 45 - color contains mainly: green. Hex color #152D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152D0E is #EAD2F1. Grayscale: #222222. Windows color (decimal): -15389426 or 929045. OLE color: 929045.
HSL color Cylindrical-coordinate representation of color #152D0E: hue angle of 106.45º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #152D0E is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 45 | 14 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.82 |
| HSL | 106.45º | 0.53% | 0.12% | - |
| HSV(B) | 106.45º | 0.69% | 0.18% | - |
| XYZ | 1.33 | 2.07 | 0.74 | - |
| YUV | 34.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 14 | 0.53 | 0 | 0.69 | 0.82 | 106.45 | 0.53 | 0.12 |
| Hex | 15 | 2D | E | 35 | 0 | 45 | 52 | 6A | 35 | C |
| Octal | 25 | 55 | 16 | 65 | 0 | 105 | 122 | 152 | 65 | 14 |
| Binary | 10101 | 101101 | 1110 | 110101 | 0 | 1000101 | 1010010 | 1101010 | 110101 | 1100 |
Color Harmonies of #152D0E
Complementary color
Monochromatic Colors of #152D0E
Black with #152D0E
Text Example
Text Example
White with #152D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D0E; }
p { color: rgb(21,45,14); }
H1.HeaderClassName
{
color: #152D0E;
}
.AnyTagClassName
{
color: #152D0E;
}
</style>
background-color css
<style>
a { background-color: #152D0E; }
a { background-color: rgb(21,45,14); }
div.DivClassName
{
background-color: #152D0E;
}
.BgClassName
{
background-color: #152D0E;
}
</style>
border-color css
<style>
span { border-color: #152D0E; }
span { border-color: rgb(21,45,14); }
td.TdClassName
{
border-color: #152D0E;
}
.TagClassName
{
border-color: #152D0E;
}
</style>