Shades of Myrtle #023C01
Tints of Myrtle #023C01
RGB
CMYK
RGB Variations
Color information
#023C01 (or 0x023C01) is known color: Myrtle. HEX triplet: 02, 3C and 01. RGB value is (2,60,1). Sum of RGB (Red+Green+Blue) = 2+60+1=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 60 (23.83% from 255 or 95.24% from 63); Blue value is 1 (0.78% from 255 or 1.59% from 63); Max value from RGB is 60 - color contains mainly: green. Hex color #023C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023C01 is #FDC3FE. Grayscale: #242424. Windows color (decimal): -16630783 or 80898. OLE color: 80898.
HSL color Cylindrical-coordinate representation of color #023C01: hue angle of 118.98º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023C01 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 60 | 1 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.76 |
| HSL | 118.98º | 0.97% | 0.12% | - |
| HSV(B) | 118.98º | 0.98% | 0.24% | - |
| XYZ | 1.65 | 3.25 | 0.57 | - |
| YUV | 35.93 | 108.28 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 1 | 0.97 | 0 | 0.98 | 0.76 | 118.98 | 0.97 | 0.12 |
| Hex | 2 | 3C | 1 | 61 | 0 | 62 | 4C | 77 | 61 | C |
| Octal | 2 | 74 | 1 | 141 | 0 | 142 | 114 | 167 | 141 | 14 |
| Binary | 10 | 111100 | 1 | 1100001 | 0 | 1100010 | 1001100 | 1110111 | 1100001 | 1100 |
Color Harmonies of #023C01
Complementary color
Monochromatic Colors of #023C01
Black with #023C01
Text Example
Text Example
White with #023C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C01; }
p { color: rgb(2,60,1); }
H1.HeaderClassName
{
color: #023C01;
}
.AnyTagClassName
{
color: #023C01;
}
</style>
background-color css
<style>
a { background-color: #023C01; }
a { background-color: rgb(2,60,1); }
div.DivClassName
{
background-color: #023C01;
}
.BgClassName
{
background-color: #023C01;
}
</style>
border-color css
<style>
span { border-color: #023C01; }
span { border-color: rgb(2,60,1); }
td.TdClassName
{
border-color: #023C01;
}
.TagClassName
{
border-color: #023C01;
}
</style>