Shades of Myrtle #1F6003
Tints of Myrtle #1F6003
RGB
CMYK
RGB Variations
Color information
#1F6003 (or 0x1F6003) is known color: Myrtle. HEX triplet: 1F, 60 and 03. RGB value is (31,96,3). Sum of RGB (Red+Green+Blue) = 31+96+3=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 96 (37.89% from 255 or 73.85% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 96 - color contains mainly: green. Hex color #1F6003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6003 is #E09FFC. Grayscale: #424242. Windows color (decimal): -14721021 or 221215. OLE color: 221215.
HSL color Cylindrical-coordinate representation of color #1F6003: hue angle of 101.94º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F6003 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 96 | 3 | - |
| CMYK | 0.68 | 0 | 0.97 | 0.62 |
| HSL | 101.94º | 0.94% | 0.19% | - |
| HSV(B) | 101.94º | 0.97% | 0.38% | - |
| XYZ | 4.76 | 8.66 | 1.51 | - |
| YUV | 65.96 | 92.47 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 96 | 3 | 0.68 | 0 | 0.97 | 0.62 | 101.94 | 0.94 | 0.19 |
| Hex | 1F | 60 | 3 | 44 | 0 | 61 | 3E | 66 | 5E | 13 |
| Octal | 37 | 140 | 3 | 104 | 0 | 141 | 76 | 146 | 136 | 23 |
| Binary | 11111 | 1100000 | 11 | 1000100 | 0 | 1100001 | 111110 | 1100110 | 1011110 | 10011 |
Color Harmonies of #1F6003
Complementary color
Monochromatic Colors of #1F6003
Black with #1F6003
Text Example
Text Example
White with #1F6003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6003; }
p { color: rgb(31,96,3); }
H1.HeaderClassName
{
color: #1F6003;
}
.AnyTagClassName
{
color: #1F6003;
}
</style>
background-color css
<style>
a { background-color: #1F6003; }
a { background-color: rgb(31,96,3); }
div.DivClassName
{
background-color: #1F6003;
}
.BgClassName
{
background-color: #1F6003;
}
</style>
border-color css
<style>
span { border-color: #1F6003; }
span { border-color: rgb(31,96,3); }
td.TdClassName
{
border-color: #1F6003;
}
.TagClassName
{
border-color: #1F6003;
}
</style>