Shades of Myrtle #023A08
Tints of Myrtle #023A08
RGB
CMYK
RGB Variations
Color information
#023A08 (or 0x023A08) is known color: Myrtle. HEX triplet: 02, 3A and 08. RGB value is (2,58,8). Sum of RGB (Red+Green+Blue) = 2+58+8=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 58 (23.05% from 255 or 85.29% from 68); Blue value is 8 (3.52% from 255 or 11.76% from 68); Max value from RGB is 58 - color contains mainly: green. Hex color #023A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023A08 is #FDC5F7. Grayscale: #232323. Windows color (decimal): -16631288 or 539138. OLE color: 539138.
HSL color Cylindrical-coordinate representation of color #023A08: hue angle of 126.43º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A08 is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 58 | 8 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.77 |
| HSL | 126.43º | 0.93% | 0.12% | - |
| HSV(B) | 126.43º | 0.97% | 0.23% | - |
| XYZ | 1.58 | 3.06 | 0.74 | - |
| YUV | 35.56 | 112.45 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 8 | 0.97 | 0 | 0.86 | 0.77 | 126.43 | 0.93 | 0.12 |
| Hex | 2 | 3A | 8 | 61 | 0 | 56 | 4D | 7E | 5D | C |
| Octal | 2 | 72 | 10 | 141 | 0 | 126 | 115 | 176 | 135 | 14 |
| Binary | 10 | 111010 | 1000 | 1100001 | 0 | 1010110 | 1001101 | 1111110 | 1011101 | 1100 |
Color Harmonies of #023A08
Complementary color
Monochromatic Colors of #023A08
Black with #023A08
Text Example
Text Example
White with #023A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023A08; }
p { color: rgb(2,58,8); }
H1.HeaderClassName
{
color: #023A08;
}
.AnyTagClassName
{
color: #023A08;
}
</style>
background-color css
<style>
a { background-color: #023A08; }
a { background-color: rgb(2,58,8); }
div.DivClassName
{
background-color: #023A08;
}
.BgClassName
{
background-color: #023A08;
}
</style>
border-color css
<style>
span { border-color: #023A08; }
span { border-color: rgb(2,58,8); }
td.TdClassName
{
border-color: #023A08;
}
.TagClassName
{
border-color: #023A08;
}
</style>