Shades of Myrtle #002700
Tints of Myrtle #002700
RGB
CMYK
RGB Variations
Color information
#002700 (or 0x002700) is known color: Myrtle. HEX triplet: 00, 27 and 00. RGB value is (0,39,0). Sum of RGB (Red+Green+Blue) = 0+39+0=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 39 (15.62% from 255 or 100% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 39 - color contains mainly: green. Hex color #002700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002700 is #FFD8FF. Grayscale: #171717. Windows color (decimal): -16767232 or 9984. OLE color: 9984.
HSL color Cylindrical-coordinate representation of color #002700: hue angle of 120º 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 #002700 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 39 | 0 | - |
| CMYK | 1 | 0 | 1 | 0.85 |
| HSL | 120º | 1% | 0.08% | - |
| HSV(B) | 120º | 1% | 0.15% | - |
| XYZ | 0.73 | 1.45 | 0.24 | - |
| YUV | 22.89 | 115.08 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 0 | 1 | 0 | 1 | 0.85 | 120 | 1 | 0.08 |
| Hex | 0 | 27 | 0 | 64 | 0 | 64 | 55 | 78 | 64 | 8 |
| Octal | 0 | 47 | 0 | 144 | 0 | 144 | 125 | 170 | 144 | 10 |
| Binary | 0 | 100111 | 0 | 1100100 | 0 | 1100100 | 1010101 | 1111000 | 1100100 | 1000 |
Color Harmonies of #002700
Complementary color
Monochromatic Colors of #002700
Black with #002700
Text Example
Text Example
White with #002700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002700; }
p { color: rgb(0,39,0); }
H1.HeaderClassName
{
color: #002700;
}
.AnyTagClassName
{
color: #002700;
}
</style>
background-color css
<style>
a { background-color: #002700; }
a { background-color: rgb(0,39,0); }
div.DivClassName
{
background-color: #002700;
}
.BgClassName
{
background-color: #002700;
}
</style>
border-color css
<style>
span { border-color: #002700; }
span { border-color: rgb(0,39,0); }
td.TdClassName
{
border-color: #002700;
}
.TagClassName
{
border-color: #002700;
}
</style>