Shades of Myrtle #002C01
Tints of Myrtle #002C01
RGB
CMYK
RGB Variations
Color information
#002C01 (or 0x002C01) is known color: Myrtle. HEX triplet: 00, 2C and 01. RGB value is (0,44,1). Sum of RGB (Red+Green+Blue) = 0+44+1=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 44 (17.58% from 255 or 97.78% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 44 - color contains mainly: green. Hex color #002C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002C01 is #FFD3FE. Grayscale: #1A1A1A. Windows color (decimal): -16765951 or 76800. OLE color: 76800.
HSL color Cylindrical-coordinate representation of color #002C01: hue angle of 121.36º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C01 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 44 | 1 | - |
| CMYK | 1 | 0 | 0.98 | 0.83 |
| HSL | 121.36º | 1% | 0.09% | - |
| HSV(B) | 121.36º | 1% | 0.17% | - |
| XYZ | 0.91 | 1.8 | 0.33 | - |
| YUV | 25.94 | 113.92 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 1 | 1 | 0 | 0.98 | 0.83 | 121.36 | 1 | 0.09 |
| Hex | 0 | 2C | 1 | 64 | 0 | 62 | 53 | 79 | 64 | 9 |
| Octal | 0 | 54 | 1 | 144 | 0 | 142 | 123 | 171 | 144 | 11 |
| Binary | 0 | 101100 | 1 | 1100100 | 0 | 1100010 | 1010011 | 1111001 | 1100100 | 1001 |
Color Harmonies of #002C01
Complementary color
Monochromatic Colors of #002C01
Black with #002C01
Text Example
Text Example
White with #002C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C01; }
p { color: rgb(0,44,1); }
H1.HeaderClassName
{
color: #002C01;
}
.AnyTagClassName
{
color: #002C01;
}
</style>
background-color css
<style>
a { background-color: #002C01; }
a { background-color: rgb(0,44,1); }
div.DivClassName
{
background-color: #002C01;
}
.BgClassName
{
background-color: #002C01;
}
</style>
border-color css
<style>
span { border-color: #002C01; }
span { border-color: rgb(0,44,1); }
td.TdClassName
{
border-color: #002C01;
}
.TagClassName
{
border-color: #002C01;
}
</style>