Shades of Myrtle #152D0A
Tints of Myrtle #152D0A
RGB
CMYK
RGB Variations
Color information
#152D0A (or 0x152D0A) is known color: Myrtle. HEX triplet: 15, 2D and 0A. RGB value is (21,45,10). Sum of RGB (Red+Green+Blue) = 21+45+10=76 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.63% from 76); Green value is 45 (17.97% from 255 or 59.21% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 45 - color contains mainly: green. Hex color #152D0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152D0A is #EAD2F5. Grayscale: #212121. Windows color (decimal): -15389430 or 666901. OLE color: 666901.
HSL color Cylindrical-coordinate representation of color #152D0A: hue angle of 101.14º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #152D0A is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 45 | 10 | - |
| CMYK | 0.53 | 0 | 0.78 | 0.82 |
| HSL | 101.14º | 0.64% | 0.11% | - |
| HSV(B) | 101.14º | 0.78% | 0.18% | - |
| XYZ | 1.3 | 2.06 | 0.62 | - |
| YUV | 33.83 | 114.55 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 10 | 0.53 | 0 | 0.78 | 0.82 | 101.14 | 0.64 | 0.11 |
| Hex | 15 | 2D | A | 35 | 0 | 4E | 52 | 65 | 40 | B |
| Octal | 25 | 55 | 12 | 65 | 0 | 116 | 122 | 145 | 100 | 13 |
| Binary | 10101 | 101101 | 1010 | 110101 | 0 | 1001110 | 1010010 | 1100101 | 1000000 | 1011 |
Color Harmonies of #152D0A
Complementary color
Monochromatic Colors of #152D0A
Black with #152D0A
Text Example
Text Example
White with #152D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D0A; }
p { color: rgb(21,45,10); }
H1.HeaderClassName
{
color: #152D0A;
}
.AnyTagClassName
{
color: #152D0A;
}
</style>
background-color css
<style>
a { background-color: #152D0A; }
a { background-color: rgb(21,45,10); }
div.DivClassName
{
background-color: #152D0A;
}
.BgClassName
{
background-color: #152D0A;
}
</style>
border-color css
<style>
span { border-color: #152D0A; }
span { border-color: rgb(21,45,10); }
td.TdClassName
{
border-color: #152D0A;
}
.TagClassName
{
border-color: #152D0A;
}
</style>