Shades of Myrtle #1F620F
Tints of Myrtle #1F620F
RGB
CMYK
RGB Variations
Color information
#1F620F (or 0x1F620F) is known color: Myrtle. HEX triplet: 1F, 62 and 0F. RGB value is (31,98,15). Sum of RGB (Red+Green+Blue) = 31+98+15=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 98 (38.67% from 255 or 68.06% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 98 - color contains mainly: green. Hex color #1F620F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F620F is #E09DF0. Grayscale: #444444. Windows color (decimal): -14720497 or 1008159. OLE color: 1008159.
HSL color Cylindrical-coordinate representation of color #1F620F: hue angle of 108.43º 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 #1F620F is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 98 | 15 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.62 |
| HSL | 108.43º | 0.73% | 0.22% | - |
| HSV(B) | 108.43º | 0.85% | 0.38% | - |
| XYZ | 5.02 | 9.06 | 1.94 | - |
| YUV | 68.51 | 97.8 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 98 | 15 | 0.68 | 0 | 0.85 | 0.62 | 108.43 | 0.73 | 0.22 |
| Hex | 1F | 62 | F | 44 | 0 | 55 | 3E | 6C | 49 | 16 |
| Octal | 37 | 142 | 17 | 104 | 0 | 125 | 76 | 154 | 111 | 26 |
| Binary | 11111 | 1100010 | 1111 | 1000100 | 0 | 1010101 | 111110 | 1101100 | 1001001 | 10110 |
Color Harmonies of #1F620F
Complementary color
Monochromatic Colors of #1F620F
Black with #1F620F
Text Example
Text Example
White with #1F620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F620F; }
p { color: rgb(31,98,15); }
H1.HeaderClassName
{
color: #1F620F;
}
.AnyTagClassName
{
color: #1F620F;
}
</style>
background-color css
<style>
a { background-color: #1F620F; }
a { background-color: rgb(31,98,15); }
div.DivClassName
{
background-color: #1F620F;
}
.BgClassName
{
background-color: #1F620F;
}
</style>
border-color css
<style>
span { border-color: #1F620F; }
span { border-color: rgb(31,98,15); }
td.TdClassName
{
border-color: #1F620F;
}
.TagClassName
{
border-color: #1F620F;
}
</style>