Shades of Myrtle #1A5D02
Tints of Myrtle #1A5D02
RGB
CMYK
RGB Variations
Color information
#1A5D02 (or 0x1A5D02) is known color: Myrtle. HEX triplet: 1A, 5D and 02. RGB value is (26,93,2). Sum of RGB (Red+Green+Blue) = 26+93+2=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 93 (36.72% from 255 or 76.86% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 93 - color contains mainly: green. Hex color #1A5D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5D02 is #E5A2FD. Grayscale: #3E3E3E. Windows color (decimal): -15049470 or 154906. OLE color: 154906.
HSL color Cylindrical-coordinate representation of color #1A5D02: hue angle of 104.18º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A5D02 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 93 | 2 | - |
| CMYK | 0.72 | 0 | 0.98 | 0.64 |
| HSL | 104.18º | 0.96% | 0.19% | - |
| HSV(B) | 104.18º | 0.98% | 0.36% | - |
| XYZ | 4.35 | 8.05 | 1.38 | - |
| YUV | 62.59 | 93.8 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 93 | 2 | 0.72 | 0 | 0.98 | 0.64 | 104.18 | 0.96 | 0.19 |
| Hex | 1A | 5D | 2 | 48 | 0 | 62 | 40 | 68 | 60 | 13 |
| Octal | 32 | 135 | 2 | 110 | 0 | 142 | 100 | 150 | 140 | 23 |
| Binary | 11010 | 1011101 | 10 | 1001000 | 0 | 1100010 | 1000000 | 1101000 | 1100000 | 10011 |
Color Harmonies of #1A5D02
Complementary color
Monochromatic Colors of #1A5D02
Black with #1A5D02
Text Example
Text Example
White with #1A5D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5D02; }
p { color: rgb(26,93,2); }
H1.HeaderClassName
{
color: #1A5D02;
}
.AnyTagClassName
{
color: #1A5D02;
}
</style>
background-color css
<style>
a { background-color: #1A5D02; }
a { background-color: rgb(26,93,2); }
div.DivClassName
{
background-color: #1A5D02;
}
.BgClassName
{
background-color: #1A5D02;
}
</style>
border-color css
<style>
span { border-color: #1A5D02; }
span { border-color: rgb(26,93,2); }
td.TdClassName
{
border-color: #1A5D02;
}
.TagClassName
{
border-color: #1A5D02;
}
</style>