Shades of Myrtle #1F6000
Tints of Myrtle #1F6000
RGB
CMYK
RGB Variations
Color information
#1F6000 (or 0x1F6000) is known color: Myrtle. HEX triplet: 1F, 60 and 00. RGB value is (31,96,0). Sum of RGB (Red+Green+Blue) = 31+96+0=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 96 (37.89% from 255 or 75.59% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 96 - color contains mainly: green. Hex color #1F6000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6000 is #E09FFF. Grayscale: #414141. Windows color (decimal): -14721024 or 24607. OLE color: 24607.
HSL color Cylindrical-coordinate representation of color #1F6000: hue angle of 100.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F6000 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 96 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.62 |
| HSL | 100.63º | 1% | 0.19% | - |
| HSV(B) | 100.63º | 1% | 0.38% | - |
| XYZ | 4.75 | 8.66 | 1.42 | - |
| YUV | 65.62 | 90.97 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 96 | 0 | 0.68 | 0 | 1 | 0.62 | 100.63 | 1 | 0.19 |
| Hex | 1F | 60 | 0 | 44 | 0 | 64 | 3E | 65 | 64 | 13 |
| Octal | 37 | 140 | 0 | 104 | 0 | 144 | 76 | 145 | 144 | 23 |
| Binary | 11111 | 1100000 | 0 | 1000100 | 0 | 1100100 | 111110 | 1100101 | 1100100 | 10011 |
Color Harmonies of #1F6000
Complementary color
Monochromatic Colors of #1F6000
Black with #1F6000
Text Example
Text Example
White with #1F6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6000; }
p { color: rgb(31,96,0); }
H1.HeaderClassName
{
color: #1F6000;
}
.AnyTagClassName
{
color: #1F6000;
}
</style>
background-color css
<style>
a { background-color: #1F6000; }
a { background-color: rgb(31,96,0); }
div.DivClassName
{
background-color: #1F6000;
}
.BgClassName
{
background-color: #1F6000;
}
</style>
border-color css
<style>
span { border-color: #1F6000; }
span { border-color: rgb(31,96,0); }
td.TdClassName
{
border-color: #1F6000;
}
.TagClassName
{
border-color: #1F6000;
}
</style>