Shades of Myrtle #024109
Tints of Myrtle #024109
RGB
CMYK
RGB Variations
Color information
#024109 (or 0x024109) is known color: Myrtle. HEX triplet: 02, 41 and 09. RGB value is (2,65,9). Sum of RGB (Red+Green+Blue) = 2+65+9=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 65 (25.78% from 255 or 85.53% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 65 - color contains mainly: green. Hex color #024109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024109 is #FDBEF6. Grayscale: #272727. Windows color (decimal): -16629495 or 606466. OLE color: 606466.
HSL color Cylindrical-coordinate representation of color #024109: hue angle of 126.67º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024109 is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 65 | 9 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.75 |
| HSL | 126.67º | 0.94% | 0.13% | - |
| HSV(B) | 126.67º | 0.97% | 0.25% | - |
| XYZ | 1.96 | 3.81 | 0.89 | - |
| YUV | 39.78 | 110.63 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 9 | 0.97 | 0 | 0.86 | 0.75 | 126.67 | 0.94 | 0.13 |
| Hex | 2 | 41 | 9 | 61 | 0 | 56 | 4B | 7F | 5E | D |
| Octal | 2 | 101 | 11 | 141 | 0 | 126 | 113 | 177 | 136 | 15 |
| Binary | 10 | 1000001 | 1001 | 1100001 | 0 | 1010110 | 1001011 | 1111111 | 1011110 | 1101 |
Color Harmonies of #024109
Complementary color
Monochromatic Colors of #024109
Black with #024109
Text Example
Text Example
White with #024109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024109; }
p { color: rgb(2,65,9); }
H1.HeaderClassName
{
color: #024109;
}
.AnyTagClassName
{
color: #024109;
}
</style>
background-color css
<style>
a { background-color: #024109; }
a { background-color: rgb(2,65,9); }
div.DivClassName
{
background-color: #024109;
}
.BgClassName
{
background-color: #024109;
}
</style>
border-color css
<style>
span { border-color: #024109; }
span { border-color: rgb(2,65,9); }
td.TdClassName
{
border-color: #024109;
}
.TagClassName
{
border-color: #024109;
}
</style>