Shades of Myrtle #152E0A
Tints of Myrtle #152E0A
RGB
CMYK
RGB Variations
Color information
#152E0A (or 0x152E0A) is known color: Myrtle. HEX triplet: 15, 2E and 0A. RGB value is (21,46,10). Sum of RGB (Red+Green+Blue) = 21+46+10=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 46 (18.36% from 255 or 59.74% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 46 - color contains mainly: green. Hex color #152E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152E0A is #EAD1F5. Grayscale: #222222. Windows color (decimal): -15389174 or 667157. OLE color: 667157.
HSL color Cylindrical-coordinate representation of color #152E0A: hue angle of 101.67º 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 #152E0A is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 46 | 10 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.82 |
| HSL | 101.67º | 0.64% | 0.11% | - |
| HSV(B) | 101.67º | 0.78% | 0.18% | - |
| XYZ | 1.34 | 2.14 | 0.63 | - |
| YUV | 34.42 | 114.22 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 46 | 10 | 0.54 | 0 | 0.78 | 0.82 | 101.67 | 0.64 | 0.11 |
| Hex | 15 | 2E | A | 36 | 0 | 4E | 52 | 66 | 40 | B |
| Octal | 25 | 56 | 12 | 66 | 0 | 116 | 122 | 146 | 100 | 13 |
| Binary | 10101 | 101110 | 1010 | 110110 | 0 | 1001110 | 1010010 | 1100110 | 1000000 | 1011 |
Color Harmonies of #152E0A
Complementary color
Monochromatic Colors of #152E0A
Black with #152E0A
Text Example
Text Example
White with #152E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152E0A; }
p { color: rgb(21,46,10); }
H1.HeaderClassName
{
color: #152E0A;
}
.AnyTagClassName
{
color: #152E0A;
}
</style>
background-color css
<style>
a { background-color: #152E0A; }
a { background-color: rgb(21,46,10); }
div.DivClassName
{
background-color: #152E0A;
}
.BgClassName
{
background-color: #152E0A;
}
</style>
border-color css
<style>
span { border-color: #152E0A; }
span { border-color: rgb(21,46,10); }
td.TdClassName
{
border-color: #152E0A;
}
.TagClassName
{
border-color: #152E0A;
}
</style>