Shades of Myrtle #152A0F
Tints of Myrtle #152A0F
RGB
CMYK
RGB Variations
Color information
#152A0F (or 0x152A0F) is known color: Myrtle. HEX triplet: 15, 2A and 0F. RGB value is (21,42,15). Sum of RGB (Red+Green+Blue) = 21+42+15=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 42 (16.80% from 255 or 53.85% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 42 - color contains mainly: green. Hex color #152A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152A0F is #EAD5F0. Grayscale: #202020. Windows color (decimal): -15390193 or 993813. OLE color: 993813.
HSL color Cylindrical-coordinate representation of color #152A0F: hue angle of 106.67º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #152A0F is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 42 | 15 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.84 |
| HSL | 106.67º | 0.47% | 0.11% | - |
| HSV(B) | 106.67º | 0.64% | 0.16% | - |
| XYZ | 1.22 | 1.85 | 0.74 | - |
| YUV | 32.64 | 118.04 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 15 | 0.50 | 0 | 0.64 | 0.84 | 106.67 | 0.47 | 0.11 |
| Hex | 15 | 2A | F | 32 | 0 | 40 | 54 | 6B | 2F | B |
| Octal | 25 | 52 | 17 | 62 | 0 | 100 | 124 | 153 | 57 | 13 |
| Binary | 10101 | 101010 | 1111 | 110010 | 0 | 1000000 | 1010100 | 1101011 | 101111 | 1011 |
Color Harmonies of #152A0F
Complementary color
Monochromatic Colors of #152A0F
Black with #152A0F
Text Example
Text Example
White with #152A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152A0F; }
p { color: rgb(21,42,15); }
H1.HeaderClassName
{
color: #152A0F;
}
.AnyTagClassName
{
color: #152A0F;
}
</style>
background-color css
<style>
a { background-color: #152A0F; }
a { background-color: rgb(21,42,15); }
div.DivClassName
{
background-color: #152A0F;
}
.BgClassName
{
background-color: #152A0F;
}
</style>
border-color css
<style>
span { border-color: #152A0F; }
span { border-color: rgb(21,42,15); }
td.TdClassName
{
border-color: #152A0F;
}
.TagClassName
{
border-color: #152A0F;
}
</style>