Shades of Myrtle #0A1D08
Tints of Myrtle #0A1D08
RGB
CMYK
RGB Variations
Color information
#0A1D08 (or 0x0A1D08) is known color: Myrtle. HEX triplet: 0A, 1D and 08. RGB value is (10,29,8). Sum of RGB (Red+Green+Blue) = 10+29+8=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #0A1D08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1D08 is #F5E2F7. Grayscale: #141414. Windows color (decimal): -16114424 or 531722. OLE color: 531722.
HSL color Cylindrical-coordinate representation of color #0A1D08: hue angle of 114.29º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0A1D08 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 29 | 8 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.89 |
| HSL | 114.29º | 0.57% | 0.07% | - |
| HSV(B) | 114.29º | 0.72% | 0.11% | - |
| XYZ | 0.61 | 0.96 | 0.38 | - |
| YUV | 20.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 29 | 8 | 0.66 | 0 | 0.72 | 0.89 | 114.29 | 0.57 | 0.07 |
| Hex | A | 1D | 8 | 42 | 0 | 48 | 59 | 72 | 39 | 7 |
| Octal | 12 | 35 | 10 | 102 | 0 | 110 | 131 | 162 | 71 | 7 |
| Binary | 1010 | 11101 | 1000 | 1000010 | 0 | 1001000 | 1011001 | 1110010 | 111001 | 111 |
Color Harmonies of #0A1D08
Complementary color
Monochromatic Colors of #0A1D08
Black with #0A1D08
Text Example
Text Example
White with #0A1D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1D08; }
p { color: rgb(10,29,8); }
H1.HeaderClassName
{
color: #0A1D08;
}
.AnyTagClassName
{
color: #0A1D08;
}
</style>
background-color css
<style>
a { background-color: #0A1D08; }
a { background-color: rgb(10,29,8); }
div.DivClassName
{
background-color: #0A1D08;
}
.BgClassName
{
background-color: #0A1D08;
}
</style>
border-color css
<style>
span { border-color: #0A1D08; }
span { border-color: rgb(10,29,8); }
td.TdClassName
{
border-color: #0A1D08;
}
.TagClassName
{
border-color: #0A1D08;
}
</style>