Shades of Myrtle #024301
Tints of Myrtle #024301
RGB
CMYK
RGB Variations
Color information
#024301 (or 0x024301) is known color: Myrtle. HEX triplet: 02, 43 and 01. RGB value is (2,67,1). Sum of RGB (Red+Green+Blue) = 2+67+1=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 67 (26.56% from 255 or 95.71% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 67 - color contains mainly: green. Hex color #024301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024301 is #FDBCFE. Grayscale: #282828. Windows color (decimal): -16628991 or 82690. OLE color: 82690.
HSL color Cylindrical-coordinate representation of color #024301: hue angle of 119.09º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024301 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 67 | 1 | - |
| CMYK | 0.97 | 0 | 0.99 | 0.74 |
| HSL | 119.09º | 0.97% | 0.13% | - |
| HSV(B) | 119.09º | 0.99% | 0.26% | - |
| XYZ | 2.04 | 4.03 | 0.7 | - |
| YUV | 40.04 | 105.97 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 1 | 0.97 | 0 | 0.99 | 0.74 | 119.09 | 0.97 | 0.13 |
| Hex | 2 | 43 | 1 | 61 | 0 | 63 | 4A | 77 | 61 | D |
| Octal | 2 | 103 | 1 | 141 | 0 | 143 | 112 | 167 | 141 | 15 |
| Binary | 10 | 1000011 | 1 | 1100001 | 0 | 1100011 | 1001010 | 1110111 | 1100001 | 1101 |
Color Harmonies of #024301
Complementary color
Monochromatic Colors of #024301
Black with #024301
Text Example
Text Example
White with #024301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024301; }
p { color: rgb(2,67,1); }
H1.HeaderClassName
{
color: #024301;
}
.AnyTagClassName
{
color: #024301;
}
</style>
background-color css
<style>
a { background-color: #024301; }
a { background-color: rgb(2,67,1); }
div.DivClassName
{
background-color: #024301;
}
.BgClassName
{
background-color: #024301;
}
</style>
border-color css
<style>
span { border-color: #024301; }
span { border-color: rgb(2,67,1); }
td.TdClassName
{
border-color: #024301;
}
.TagClassName
{
border-color: #024301;
}
</style>