Shades of Myrtle #002701
Tints of Myrtle #002701
RGB
CMYK
RGB Variations
Color information
#002701 (or 0x002701) is known color: Myrtle. HEX triplet: 00, 27 and 01. RGB value is (0,39,1). Sum of RGB (Red+Green+Blue) = 0+39+1=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 39 (15.62% from 255 or 97.5% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 39 - color contains mainly: green. Hex color #002701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002701 is #FFD8FE. Grayscale: #171717. Windows color (decimal): -16767231 or 75520. OLE color: 75520.
HSL color Cylindrical-coordinate representation of color #002701: hue angle of 121.54º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002701 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 39 | 1 | - |
| CMYK | 1 | 0 | 0.97 | 0.85 |
| HSL | 121.54º | 1% | 0.08% | - |
| HSV(B) | 121.54º | 1% | 0.15% | - |
| XYZ | 0.73 | 1.45 | 0.27 | - |
| YUV | 23.01 | 115.58 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 1 | 1 | 0 | 0.97 | 0.85 | 121.54 | 1 | 0.08 |
| Hex | 0 | 27 | 1 | 64 | 0 | 61 | 55 | 7A | 64 | 8 |
| Octal | 0 | 47 | 1 | 144 | 0 | 141 | 125 | 172 | 144 | 10 |
| Binary | 0 | 100111 | 1 | 1100100 | 0 | 1100001 | 1010101 | 1111010 | 1100100 | 1000 |
Color Harmonies of #002701
Complementary color
Monochromatic Colors of #002701
Black with #002701
Text Example
Text Example
White with #002701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002701; }
p { color: rgb(0,39,1); }
H1.HeaderClassName
{
color: #002701;
}
.AnyTagClassName
{
color: #002701;
}
</style>
background-color css
<style>
a { background-color: #002701; }
a { background-color: rgb(0,39,1); }
div.DivClassName
{
background-color: #002701;
}
.BgClassName
{
background-color: #002701;
}
</style>
border-color css
<style>
span { border-color: #002701; }
span { border-color: rgb(0,39,1); }
td.TdClassName
{
border-color: #002701;
}
.TagClassName
{
border-color: #002701;
}
</style>