Shades of Myrtle #0A2B08
Tints of Myrtle #0A2B08
RGB
CMYK
RGB Variations
Color information
#0A2B08 (or 0x0A2B08) is known color: Myrtle. HEX triplet: 0A, 2B and 08. RGB value is (10,43,8). Sum of RGB (Red+Green+Blue) = 10+43+8=61 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.39% from 61); Green value is 43 (17.19% from 255 or 70.49% from 61); Blue value is 8 (3.52% from 255 or 13.11% from 61); Max value from RGB is 43 - color contains mainly: green. Hex color #0A2B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2B08 is #F5D4F7. Grayscale: #1D1D1D. Windows color (decimal): -16110840 or 535306. OLE color: 535306.
HSL color Cylindrical-coordinate representation of color #0A2B08: hue angle of 116.57º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A2B08 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 10 | 43 | 8 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.83 |
| HSL | 116.57º | 0.69% | 0.1% | - |
| HSV(B) | 116.57º | 0.81% | 0.17% | - |
| XYZ | 1.03 | 1.81 | 0.52 | - |
| YUV | 29.14 | 116.07 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 43 | 8 | 0.77 | 0 | 0.81 | 0.83 | 116.57 | 0.69 | 0.1 |
| Hex | A | 2B | 8 | 4D | 0 | 51 | 53 | 75 | 45 | A |
| Octal | 12 | 53 | 10 | 115 | 0 | 121 | 123 | 165 | 105 | 12 |
| Binary | 1010 | 101011 | 1000 | 1001101 | 0 | 1010001 | 1010011 | 1110101 | 1000101 | 1010 |
Color Harmonies of #0A2B08
Complementary color
Monochromatic Colors of #0A2B08
Black with #0A2B08
Text Example
Text Example
White with #0A2B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2B08; }
p { color: rgb(10,43,8); }
H1.HeaderClassName
{
color: #0A2B08;
}
.AnyTagClassName
{
color: #0A2B08;
}
</style>
background-color css
<style>
a { background-color: #0A2B08; }
a { background-color: rgb(10,43,8); }
div.DivClassName
{
background-color: #0A2B08;
}
.BgClassName
{
background-color: #0A2B08;
}
</style>
border-color css
<style>
span { border-color: #0A2B08; }
span { border-color: rgb(10,43,8); }
td.TdClassName
{
border-color: #0A2B08;
}
.TagClassName
{
border-color: #0A2B08;
}
</style>