Shades of Myrtle #152A10
Tints of Myrtle #152A10
RGB
CMYK
RGB Variations
Color information
#152A10 (or 0x152A10) is known color: Myrtle. HEX triplet: 15, 2A and 10. RGB value is (21,42,16). Sum of RGB (Red+Green+Blue) = 21+42+16=79 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.58% from 79); Green value is 42 (16.80% from 255 or 53.16% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 42 - color contains mainly: green. Hex color #152A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152A10 is #EAD5EF. Grayscale: #202020. Windows color (decimal): -15390192 or 1059349. OLE color: 1059349.
HSL color Cylindrical-coordinate representation of color #152A10: hue angle of 108.46º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #152A10 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 42 | 16 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.84 |
| HSL | 108.46º | 0.45% | 0.11% | - |
| HSV(B) | 108.46º | 0.62% | 0.16% | - |
| XYZ | 1.23 | 1.85 | 0.78 | - |
| YUV | 32.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 16 | 0.50 | 0 | 0.62 | 0.84 | 108.46 | 0.45 | 0.11 |
| Hex | 15 | 2A | 10 | 32 | 0 | 3E | 54 | 6C | 2D | B |
| Octal | 25 | 52 | 20 | 62 | 0 | 76 | 124 | 154 | 55 | 13 |
| Binary | 10101 | 101010 | 10000 | 110010 | 0 | 111110 | 1010100 | 1101100 | 101101 | 1011 |
Color Harmonies of #152A10
Complementary color
Monochromatic Colors of #152A10
Black with #152A10
Text Example
Text Example
White with #152A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152A10; }
p { color: rgb(21,42,16); }
H1.HeaderClassName
{
color: #152A10;
}
.AnyTagClassName
{
color: #152A10;
}
</style>
background-color css
<style>
a { background-color: #152A10; }
a { background-color: rgb(21,42,16); }
div.DivClassName
{
background-color: #152A10;
}
.BgClassName
{
background-color: #152A10;
}
</style>
border-color css
<style>
span { border-color: #152A10; }
span { border-color: rgb(21,42,16); }
td.TdClassName
{
border-color: #152A10;
}
.TagClassName
{
border-color: #152A10;
}
</style>