Shades of Myrtle #152A12
Tints of Myrtle #152A12
RGB
CMYK
RGB Variations
Color information
#152A12 (or 0x152A12) is known color: Myrtle. HEX triplet: 15, 2A and 12. RGB value is (21,42,18). Sum of RGB (Red+Green+Blue) = 21+42+18=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 42 (16.80% from 255 or 51.85% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 42 - color contains mainly: green. Hex color #152A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152A12 is #EAD5ED. Grayscale: #212121. Windows color (decimal): -15390190 or 1190421. OLE color: 1190421.
HSL color Cylindrical-coordinate representation of color #152A12: hue angle of 112.5º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #152A12 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 42 | 18 | - |
| CMYK | 0.50 | 0 | 0.57 | 0.84 |
| HSL | 112.5º | 0.4% | 0.12% | - |
| HSV(B) | 112.5º | 0.57% | 0.16% | - |
| XYZ | 1.25 | 1.86 | 0.87 | - |
| YUV | 32.99 | 119.54 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 18 | 0.50 | 0 | 0.57 | 0.84 | 112.5 | 0.4 | 0.12 |
| Hex | 15 | 2A | 12 | 32 | 0 | 39 | 54 | 70 | 28 | C |
| Octal | 25 | 52 | 22 | 62 | 0 | 71 | 124 | 160 | 50 | 14 |
| Binary | 10101 | 101010 | 10010 | 110010 | 0 | 111001 | 1010100 | 1110000 | 101000 | 1100 |
Color Harmonies of #152A12
Complementary color
Monochromatic Colors of #152A12
Black with #152A12
Text Example
Text Example
White with #152A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152A12; }
p { color: rgb(21,42,18); }
H1.HeaderClassName
{
color: #152A12;
}
.AnyTagClassName
{
color: #152A12;
}
</style>
background-color css
<style>
a { background-color: #152A12; }
a { background-color: rgb(21,42,18); }
div.DivClassName
{
background-color: #152A12;
}
.BgClassName
{
background-color: #152A12;
}
</style>
border-color css
<style>
span { border-color: #152A12; }
span { border-color: rgb(21,42,18); }
td.TdClassName
{
border-color: #152A12;
}
.TagClassName
{
border-color: #152A12;
}
</style>