Shades of Myrtle #1F610F
Tints of Myrtle #1F610F
RGB
CMYK
RGB Variations
Color information
#1F610F (or 0x1F610F) is known color: Myrtle. HEX triplet: 1F, 61 and 0F. RGB value is (31,97,15). Sum of RGB (Red+Green+Blue) = 31+97+15=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 97 (38.28% from 255 or 67.83% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 97 - color contains mainly: green. Hex color #1F610F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F610F is #E09EF0. Grayscale: #444444. Windows color (decimal): -14720753 or 1007903. OLE color: 1007903.
HSL color Cylindrical-coordinate representation of color #1F610F: hue angle of 108.29º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F610F is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 97 | 15 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.62 |
| HSL | 108.29º | 0.73% | 0.22% | - |
| HSV(B) | 108.29º | 0.85% | 0.38% | - |
| XYZ | 4.93 | 8.88 | 1.91 | - |
| YUV | 67.92 | 98.13 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 97 | 15 | 0.68 | 0 | 0.85 | 0.62 | 108.29 | 0.73 | 0.22 |
| Hex | 1F | 61 | F | 44 | 0 | 55 | 3E | 6C | 49 | 16 |
| Octal | 37 | 141 | 17 | 104 | 0 | 125 | 76 | 154 | 111 | 26 |
| Binary | 11111 | 1100001 | 1111 | 1000100 | 0 | 1010101 | 111110 | 1101100 | 1001001 | 10110 |
Color Harmonies of #1F610F
Complementary color
Monochromatic Colors of #1F610F
Black with #1F610F
Text Example
Text Example
White with #1F610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F610F; }
p { color: rgb(31,97,15); }
H1.HeaderClassName
{
color: #1F610F;
}
.AnyTagClassName
{
color: #1F610F;
}
</style>
background-color css
<style>
a { background-color: #1F610F; }
a { background-color: rgb(31,97,15); }
div.DivClassName
{
background-color: #1F610F;
}
.BgClassName
{
background-color: #1F610F;
}
</style>
border-color css
<style>
span { border-color: #1F610F; }
span { border-color: rgb(31,97,15); }
td.TdClassName
{
border-color: #1F610F;
}
.TagClassName
{
border-color: #1F610F;
}
</style>