Shades of Myrtle #1A2A19
Tints of Myrtle #1A2A19
RGB
CMYK
RGB Variations
Color information
#1A2A19 (or 0x1A2A19) is known color: Myrtle. HEX triplet: 1A, 2A and 19. RGB value is (26,42,25). Sum of RGB (Red+Green+Blue) = 26+42+25=93 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.96% from 93); Green value is 42 (16.80% from 255 or 45.16% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 42 - color contains mainly: green. Hex color #1A2A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2A19 is #E5D5E6. Grayscale: #232323. Windows color (decimal): -15062503 or 1649178. OLE color: 1649178.
HSL color Cylindrical-coordinate representation of color #1A2A19: hue angle of 116.47º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1A2A19 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 26 | 42 | 25 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.84 |
| HSL | 116.47º | 0.25% | 0.13% | - |
| HSV(B) | 116.47º | 0.4% | 0.16% | - |
| XYZ | 1.43 | 1.95 | 1.22 | - |
| YUV | 35.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 42 | 25 | 0.38 | 0 | 0.40 | 0.84 | 116.47 | 0.25 | 0.13 |
| Hex | 1A | 2A | 19 | 26 | 0 | 28 | 54 | 74 | 19 | D |
| Octal | 32 | 52 | 31 | 46 | 0 | 50 | 124 | 164 | 31 | 15 |
| Binary | 11010 | 101010 | 11001 | 100110 | 0 | 101000 | 1010100 | 1110100 | 11001 | 1101 |
Color Harmonies of #1A2A19
Complementary color
Monochromatic Colors of #1A2A19
Black with #1A2A19
Text Example
Text Example
White with #1A2A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2A19; }
p { color: rgb(26,42,25); }
H1.HeaderClassName
{
color: #1A2A19;
}
.AnyTagClassName
{
color: #1A2A19;
}
</style>
background-color css
<style>
a { background-color: #1A2A19; }
a { background-color: rgb(26,42,25); }
div.DivClassName
{
background-color: #1A2A19;
}
.BgClassName
{
background-color: #1A2A19;
}
</style>
border-color css
<style>
span { border-color: #1A2A19; }
span { border-color: rgb(26,42,25); }
td.TdClassName
{
border-color: #1A2A19;
}
.TagClassName
{
border-color: #1A2A19;
}
</style>