Shades of Myrtle #152C12
Tints of Myrtle #152C12
RGB
CMYK
RGB Variations
Color information
#152C12 (or 0x152C12) is known color: Myrtle. HEX triplet: 15, 2C and 12. RGB value is (21,44,18). Sum of RGB (Red+Green+Blue) = 21+44+18=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 44 (17.58% from 255 or 53.01% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 44 - color contains mainly: green. Hex color #152C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152C12 is #EAD3ED. Grayscale: #222222. Windows color (decimal): -15389678 or 1190933. OLE color: 1190933.
HSL color Cylindrical-coordinate representation of color #152C12: hue angle of 113.08º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #152C12 is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 44 | 18 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.83 |
| HSL | 113.08º | 0.42% | 0.12% | - |
| HSV(B) | 113.08º | 0.59% | 0.17% | - |
| XYZ | 1.32 | 2 | 0.89 | - |
| YUV | 34.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 18 | 0.52 | 0 | 0.59 | 0.83 | 113.08 | 0.42 | 0.12 |
| Hex | 15 | 2C | 12 | 34 | 0 | 3B | 53 | 71 | 2A | C |
| Octal | 25 | 54 | 22 | 64 | 0 | 73 | 123 | 161 | 52 | 14 |
| Binary | 10101 | 101100 | 10010 | 110100 | 0 | 111011 | 1010011 | 1110001 | 101010 | 1100 |
Color Harmonies of #152C12
Complementary color
Monochromatic Colors of #152C12
Black with #152C12
Text Example
Text Example
White with #152C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C12; }
p { color: rgb(21,44,18); }
H1.HeaderClassName
{
color: #152C12;
}
.AnyTagClassName
{
color: #152C12;
}
</style>
background-color css
<style>
a { background-color: #152C12; }
a { background-color: rgb(21,44,18); }
div.DivClassName
{
background-color: #152C12;
}
.BgClassName
{
background-color: #152C12;
}
</style>
border-color css
<style>
span { border-color: #152C12; }
span { border-color: rgb(21,44,18); }
td.TdClassName
{
border-color: #152C12;
}
.TagClassName
{
border-color: #152C12;
}
</style>