Shades of Myrtle #023702
Tints of Myrtle #023702
RGB
CMYK
RGB Variations
Color information
#023702 (or 0x023702) is known color: Myrtle. HEX triplet: 02, 37 and 02. RGB value is (2,55,2). Sum of RGB (Red+Green+Blue) = 2+55+2=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 55 (21.88% from 255 or 93.22% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 55 - color contains mainly: green. Hex color #023702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023702 is #FDC8FD. Grayscale: #212121. Windows color (decimal): -16632062 or 145154. OLE color: 145154.
HSL color Cylindrical-coordinate representation of color #023702: hue angle of 120º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023702 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 55 | 2 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.78 |
| HSL | 120º | 0.93% | 0.11% | - |
| HSV(B) | 120º | 0.96% | 0.22% | - |
| XYZ | 1.4 | 2.75 | 0.51 | - |
| YUV | 33.11 | 110.44 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 2 | 0.96 | 0 | 0.96 | 0.78 | 120 | 0.93 | 0.11 |
| Hex | 2 | 37 | 2 | 60 | 0 | 60 | 4E | 78 | 5D | B |
| Octal | 2 | 67 | 2 | 140 | 0 | 140 | 116 | 170 | 135 | 13 |
| Binary | 10 | 110111 | 10 | 1100000 | 0 | 1100000 | 1001110 | 1111000 | 1011101 | 1011 |
Color Harmonies of #023702
Complementary color
Monochromatic Colors of #023702
Black with #023702
Text Example
Text Example
White with #023702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023702; }
p { color: rgb(2,55,2); }
H1.HeaderClassName
{
color: #023702;
}
.AnyTagClassName
{
color: #023702;
}
</style>
background-color css
<style>
a { background-color: #023702; }
a { background-color: rgb(2,55,2); }
div.DivClassName
{
background-color: #023702;
}
.BgClassName
{
background-color: #023702;
}
</style>
border-color css
<style>
span { border-color: #023702; }
span { border-color: rgb(2,55,2); }
td.TdClassName
{
border-color: #023702;
}
.TagClassName
{
border-color: #023702;
}
</style>