Shades of Myrtle #1A5B02
Tints of Myrtle #1A5B02
RGB
CMYK
RGB Variations
Color information
#1A5B02 (or 0x1A5B02) is known color: Myrtle. HEX triplet: 1A, 5B and 02. RGB value is (26,91,2). Sum of RGB (Red+Green+Blue) = 26+91+2=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 91 (35.94% from 255 or 76.47% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 91 - color contains mainly: green. Hex color #1A5B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A5B02 is #E5A4FD. Grayscale: #3D3D3D. Windows color (decimal): -15049982 or 154394. OLE color: 154394.
HSL color Cylindrical-coordinate representation of color #1A5B02: hue angle of 103.82º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A5B02 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 91 | 2 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.64 |
| HSL | 103.82º | 0.96% | 0.18% | - |
| HSV(B) | 103.82º | 0.98% | 0.36% | - |
| XYZ | 4.18 | 7.71 | 1.32 | - |
| YUV | 61.42 | 94.47 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 91 | 2 | 0.71 | 0 | 0.98 | 0.64 | 103.82 | 0.96 | 0.18 |
| Hex | 1A | 5B | 2 | 47 | 0 | 62 | 40 | 68 | 60 | 12 |
| Octal | 32 | 133 | 2 | 107 | 0 | 142 | 100 | 150 | 140 | 22 |
| Binary | 11010 | 1011011 | 10 | 1000111 | 0 | 1100010 | 1000000 | 1101000 | 1100000 | 10010 |
Color Harmonies of #1A5B02
Complementary color
Monochromatic Colors of #1A5B02
Black with #1A5B02
Text Example
Text Example
White with #1A5B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5B02; }
p { color: rgb(26,91,2); }
H1.HeaderClassName
{
color: #1A5B02;
}
.AnyTagClassName
{
color: #1A5B02;
}
</style>
background-color css
<style>
a { background-color: #1A5B02; }
a { background-color: rgb(26,91,2); }
div.DivClassName
{
background-color: #1A5B02;
}
.BgClassName
{
background-color: #1A5B02;
}
</style>
border-color css
<style>
span { border-color: #1A5B02; }
span { border-color: rgb(26,91,2); }
td.TdClassName
{
border-color: #1A5B02;
}
.TagClassName
{
border-color: #1A5B02;
}
</style>