Shades of Myrtle #02440B
Tints of Myrtle #02440B
RGB
CMYK
RGB Variations
Color information
#02440B (or 0x02440B) is known color: Myrtle. HEX triplet: 02, 44 and 0B. RGB value is (2,68,11). Sum of RGB (Red+Green+Blue) = 2+68+11=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 68 (26.95% from 255 or 83.95% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 68 - color contains mainly: green. Hex color #02440B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02440B is #FDBBF4. Grayscale: #292929. Windows color (decimal): -16628725 or 738306. OLE color: 738306.
HSL color Cylindrical-coordinate representation of color #02440B: hue angle of 128.18º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02440B is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 68 | 11 | - |
| CMYK | 0.97 | 0 | 0.84 | 0.73 |
| HSL | 128.18º | 0.94% | 0.14% | - |
| HSV(B) | 128.18º | 0.97% | 0.27% | - |
| XYZ | 2.15 | 4.17 | 1.01 | - |
| YUV | 41.77 | 110.63 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 11 | 0.97 | 0 | 0.84 | 0.73 | 128.18 | 0.94 | 0.14 |
| Hex | 2 | 44 | B | 61 | 0 | 54 | 49 | 80 | 5E | E |
| Octal | 2 | 104 | 13 | 141 | 0 | 124 | 111 | 200 | 136 | 16 |
| Binary | 10 | 1000100 | 1011 | 1100001 | 0 | 1010100 | 1001001 | 10000000 | 1011110 | 1110 |
Color Harmonies of #02440B
Complementary color
Monochromatic Colors of #02440B
Black with #02440B
Text Example
Text Example
White with #02440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02440B; }
p { color: rgb(2,68,11); }
H1.HeaderClassName
{
color: #02440B;
}
.AnyTagClassName
{
color: #02440B;
}
</style>
background-color css
<style>
a { background-color: #02440B; }
a { background-color: rgb(2,68,11); }
div.DivClassName
{
background-color: #02440B;
}
.BgClassName
{
background-color: #02440B;
}
</style>
border-color css
<style>
span { border-color: #02440B; }
span { border-color: rgb(2,68,11); }
td.TdClassName
{
border-color: #02440B;
}
.TagClassName
{
border-color: #02440B;
}
</style>