Shades of Myrtle #1F480F
Tints of Myrtle #1F480F
RGB
CMYK
RGB Variations
Color information
#1F480F (or 0x1F480F) is known color: Myrtle. HEX triplet: 1F, 48 and 0F. RGB value is (31,72,15). Sum of RGB (Red+Green+Blue) = 31+72+15=118 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.27% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #1F480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F480F is #E0B7F0. Grayscale: #353535. Windows color (decimal): -14727153 or 1001503. OLE color: 1001503.
HSL color Cylindrical-coordinate representation of color #1F480F: hue angle of 103.16º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F480F is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 72 | 15 | - |
| CMYK | 0.57 | 0 | 0.79 | 0.72 |
| HSL | 103.16º | 0.66% | 0.17% | - |
| HSV(B) | 103.16º | 0.79% | 0.28% | - |
| XYZ | 2.97 | 4.96 | 1.25 | - |
| YUV | 53.24 | 106.42 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 72 | 15 | 0.57 | 0 | 0.79 | 0.72 | 103.16 | 0.66 | 0.17 |
| Hex | 1F | 48 | F | 39 | 0 | 4F | 48 | 67 | 42 | 11 |
| Octal | 37 | 110 | 17 | 71 | 0 | 117 | 110 | 147 | 102 | 21 |
| Binary | 11111 | 1001000 | 1111 | 111001 | 0 | 1001111 | 1001000 | 1100111 | 1000010 | 10001 |
Color Harmonies of #1F480F
Complementary color
Monochromatic Colors of #1F480F
Black with #1F480F
Text Example
Text Example
White with #1F480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F480F; }
p { color: rgb(31,72,15); }
H1.HeaderClassName
{
color: #1F480F;
}
.AnyTagClassName
{
color: #1F480F;
}
</style>
background-color css
<style>
a { background-color: #1F480F; }
a { background-color: rgb(31,72,15); }
div.DivClassName
{
background-color: #1F480F;
}
.BgClassName
{
background-color: #1F480F;
}
</style>
border-color css
<style>
span { border-color: #1F480F; }
span { border-color: rgb(31,72,15); }
td.TdClassName
{
border-color: #1F480F;
}
.TagClassName
{
border-color: #1F480F;
}
</style>