Shades of Myrtle #024008
Tints of Myrtle #024008
RGB
CMYK
RGB Variations
Color information
#024008 (or 0x024008) is known color: Myrtle. HEX triplet: 02, 40 and 08. RGB value is (2,64,8). Sum of RGB (Red+Green+Blue) = 2+64+8=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 64 (25.39% from 255 or 86.49% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 64 - color contains mainly: green. Hex color #024008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024008 is #FDBFF7. Grayscale: #272727. Windows color (decimal): -16629752 or 540674. OLE color: 540674.
HSL color Cylindrical-coordinate representation of color #024008: hue angle of 125.81º 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 #024008 is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 64 | 8 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.75 |
| HSL | 125.81º | 0.94% | 0.13% | - |
| HSV(B) | 125.81º | 0.97% | 0.25% | - |
| XYZ | 1.9 | 3.7 | 0.84 | - |
| YUV | 39.08 | 110.46 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 8 | 0.97 | 0 | 0.87 | 0.75 | 125.81 | 0.94 | 0.13 |
| Hex | 2 | 40 | 8 | 61 | 0 | 57 | 4B | 7E | 5E | D |
| Octal | 2 | 100 | 10 | 141 | 0 | 127 | 113 | 176 | 136 | 15 |
| Binary | 10 | 1000000 | 1000 | 1100001 | 0 | 1010111 | 1001011 | 1111110 | 1011110 | 1101 |
Color Harmonies of #024008
Complementary color
Monochromatic Colors of #024008
Black with #024008
Text Example
Text Example
White with #024008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024008; }
p { color: rgb(2,64,8); }
H1.HeaderClassName
{
color: #024008;
}
.AnyTagClassName
{
color: #024008;
}
</style>
background-color css
<style>
a { background-color: #024008; }
a { background-color: rgb(2,64,8); }
div.DivClassName
{
background-color: #024008;
}
.BgClassName
{
background-color: #024008;
}
</style>
border-color css
<style>
span { border-color: #024008; }
span { border-color: rgb(2,64,8); }
td.TdClassName
{
border-color: #024008;
}
.TagClassName
{
border-color: #024008;
}
</style>