Shades of Myrtle #02470C
Tints of Myrtle #02470C
RGB
CMYK
RGB Variations
Color information
#02470C (or 0x02470C) is known color: Myrtle. HEX triplet: 02, 47 and 0C. RGB value is (2,71,12). Sum of RGB (Red+Green+Blue) = 2+71+12=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 71 (28.12% from 255 or 83.53% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 71 - color contains mainly: green. Hex color #02470C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02470C is #FDB8F3. Grayscale: #2B2B2B. Windows color (decimal): -16627956 or 804610. OLE color: 804610.
HSL color Cylindrical-coordinate representation of color #02470C: hue angle of 128.7º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02470C is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 2 | 71 | 12 | - |
| CMYK | 0.97 | 0 | 0.83 | 0.72 |
| HSL | 128.7º | 0.95% | 0.14% | - |
| HSV(B) | 128.7º | 0.97% | 0.28% | - |
| XYZ | 2.34 | 4.55 | 1.1 | - |
| YUV | 43.64 | 110.14 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 71 | 12 | 0.97 | 0 | 0.83 | 0.72 | 128.7 | 0.95 | 0.14 |
| Hex | 2 | 47 | C | 61 | 0 | 53 | 48 | 81 | 5F | E |
| Octal | 2 | 107 | 14 | 141 | 0 | 123 | 110 | 201 | 137 | 16 |
| Binary | 10 | 1000111 | 1100 | 1100001 | 0 | 1010011 | 1001000 | 10000001 | 1011111 | 1110 |
Color Harmonies of #02470C
Complementary color
Monochromatic Colors of #02470C
Black with #02470C
Text Example
Text Example
White with #02470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02470C; }
p { color: rgb(2,71,12); }
H1.HeaderClassName
{
color: #02470C;
}
.AnyTagClassName
{
color: #02470C;
}
</style>
background-color css
<style>
a { background-color: #02470C; }
a { background-color: rgb(2,71,12); }
div.DivClassName
{
background-color: #02470C;
}
.BgClassName
{
background-color: #02470C;
}
</style>
border-color css
<style>
span { border-color: #02470C; }
span { border-color: rgb(2,71,12); }
td.TdClassName
{
border-color: #02470C;
}
.TagClassName
{
border-color: #02470C;
}
</style>