Shades of Myrtle #132F03
Tints of Myrtle #132F03
RGB
CMYK
RGB Variations
Color information
#132F03 (or 0x132F03) is known color: Myrtle. HEX triplet: 13, 2F and 03. RGB value is (19,47,3). Sum of RGB (Red+Green+Blue) = 19+47+3=69 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.54% from 69); Green value is 47 (18.75% from 255 or 68.12% from 69); Blue value is 3 (1.56% from 255 or 4.35% from 69); Max value from RGB is 47 - color contains mainly: green. Hex color #132F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132F03 is #ECD0FC. Grayscale: #212121. Windows color (decimal): -15519997 or 208659. OLE color: 208659.
HSL color Cylindrical-coordinate representation of color #132F03: hue angle of 98.18º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #132F03 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 47 | 3 | - |
| CMYK | 0.60 | 0 | 0.94 | 0.82 |
| HSL | 98.18º | 0.88% | 0.1% | - |
| HSV(B) | 98.18º | 0.94% | 0.18% | - |
| XYZ | 1.3 | 2.18 | 0.44 | - |
| YUV | 33.61 | 110.72 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 3 | 0.60 | 0 | 0.94 | 0.82 | 98.18 | 0.88 | 0.1 |
| Hex | 13 | 2F | 3 | 3C | 0 | 5E | 52 | 62 | 58 | A |
| Octal | 23 | 57 | 3 | 74 | 0 | 136 | 122 | 142 | 130 | 12 |
| Binary | 10011 | 101111 | 11 | 111100 | 0 | 1011110 | 1010010 | 1100010 | 1011000 | 1010 |
Color Harmonies of #132F03
Complementary color
Monochromatic Colors of #132F03
Black with #132F03
Text Example
Text Example
White with #132F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F03; }
p { color: rgb(19,47,3); }
H1.HeaderClassName
{
color: #132F03;
}
.AnyTagClassName
{
color: #132F03;
}
</style>
background-color css
<style>
a { background-color: #132F03; }
a { background-color: rgb(19,47,3); }
div.DivClassName
{
background-color: #132F03;
}
.BgClassName
{
background-color: #132F03;
}
</style>
border-color css
<style>
span { border-color: #132F03; }
span { border-color: rgb(19,47,3); }
td.TdClassName
{
border-color: #132F03;
}
.TagClassName
{
border-color: #132F03;
}
</style>