Shades of Myrtle #021C02
Tints of Myrtle #021C02
RGB
CMYK
RGB Variations
Color information
#021C02 (or 0x021C02) is known color: Myrtle. HEX triplet: 02, 1C and 02. RGB value is (2,28,2). Sum of RGB (Red+Green+Blue) = 2+28+2=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 28 (11.33% from 255 or 87.5% from 32); Blue value is 2 (1.17% from 255 or 6.25% from 32); Max value from RGB is 28 - color contains mainly: green. Hex color #021C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C02 is #FDE3FD. Grayscale: #111111. Windows color (decimal): -16638974 or 138242. OLE color: 138242.
HSL color Cylindrical-coordinate representation of color #021C02: hue angle of 120º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021C02 is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
RGB | 2 | 28 | 2 | - |
CMYK | 0.93 | 0 | 0.93 | 0.89 |
HSL | 120º | 0.87% | 0.06% | - |
HSV(B) | 120º | 0.93% | 0.11% | - |
XYZ | 0.45 | 0.85 | 0.2 | - |
YUV | 17.26 | 119.39 | 117.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 28 | 2 | 0.93 | 0 | 0.93 | 0.89 | 120 | 0.87 | 0.06 |
Hex | 2 | 1C | 2 | 5D | 0 | 5D | 59 | 78 | 57 | 6 |
Octal | 2 | 34 | 2 | 135 | 0 | 135 | 131 | 170 | 127 | 6 |
Binary | 10 | 11100 | 10 | 1011101 | 0 | 1011101 | 1011001 | 1111000 | 1010111 | 110 |
Color Harmonies of #021C02
Complementary color
Monochromatic Colors of #021C02
Black with #021C02
Text Example
Text Example
White with #021C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C02; }
p { color: rgb(2,28,2); }
H1.HeaderClassName
{
color: #021C02;
}
.AnyTagClassName
{
color: #021C02;
}
</style>
background-color css
<style>
a { background-color: #021C02; }
a { background-color: rgb(2,28,2); }
div.DivClassName
{
background-color: #021C02;
}
.BgClassName
{
background-color: #021C02;
}
</style>
border-color css
<style>
span { border-color: #021C02; }
span { border-color: rgb(2,28,2); }
td.TdClassName
{
border-color: #021C02;
}
.TagClassName
{
border-color: #021C02;
}
</style>