Shades of Myrtle #02490B
Tints of Myrtle #02490B
RGB
CMYK
RGB Variations
Color information
#02490B (or 0x02490B) is known color: Myrtle. HEX triplet: 02, 49 and 0B. RGB value is (2,73,11). Sum of RGB (Red+Green+Blue) = 2+73+11=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 73 (28.91% from 255 or 84.88% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 73 - color contains mainly: green. Hex color #02490B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02490B is #FDB6F4. Grayscale: #2C2C2C. Windows color (decimal): -16627445 or 739586. OLE color: 739586.
HSL color Cylindrical-coordinate representation of color #02490B: hue angle of 127.61º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02490B is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 73 | 11 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.71 |
| HSL | 127.61º | 0.95% | 0.15% | - |
| HSV(B) | 127.61º | 0.97% | 0.29% | - |
| XYZ | 2.47 | 4.8 | 1.11 | - |
| YUV | 44.7 | 108.98 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 11 | 0.97 | 0 | 0.85 | 0.71 | 127.61 | 0.95 | 0.15 |
| Hex | 2 | 49 | B | 61 | 0 | 55 | 47 | 80 | 5F | F |
| Octal | 2 | 111 | 13 | 141 | 0 | 125 | 107 | 200 | 137 | 17 |
| Binary | 10 | 1001001 | 1011 | 1100001 | 0 | 1010101 | 1000111 | 10000000 | 1011111 | 1111 |
Color Harmonies of #02490B
Complementary color
Monochromatic Colors of #02490B
Black with #02490B
Text Example
Text Example
White with #02490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02490B; }
p { color: rgb(2,73,11); }
H1.HeaderClassName
{
color: #02490B;
}
.AnyTagClassName
{
color: #02490B;
}
</style>
background-color css
<style>
a { background-color: #02490B; }
a { background-color: rgb(2,73,11); }
div.DivClassName
{
background-color: #02490B;
}
.BgClassName
{
background-color: #02490B;
}
</style>
border-color css
<style>
span { border-color: #02490B; }
span { border-color: rgb(2,73,11); }
td.TdClassName
{
border-color: #02490B;
}
.TagClassName
{
border-color: #02490B;
}
</style>