Shades of Myrtle #1F581F
Tints of Myrtle #1F581F
RGB
CMYK
RGB Variations
Color information
#1F581F (or 0x1F581F) is known color: Myrtle. HEX triplet: 1F, 58 and 1F. RGB value is (31,88,31). Sum of RGB (Red+Green+Blue) = 31+88+31=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 88 (34.77% from 255 or 58.67% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 88 - color contains mainly: green. Hex color #1F581F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F581F is #E0A7E0. Grayscale: #404040. Windows color (decimal): -14723041 or 2054175. OLE color: 2054175.
HSL color Cylindrical-coordinate representation of color #1F581F: hue angle of 120º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F581F is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 88 | 31 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.65 |
| HSL | 120º | 0.48% | 0.23% | - |
| HSV(B) | 120º | 0.65% | 0.35% | - |
| XYZ | 4.3 | 7.37 | 2.49 | - |
| YUV | 64.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 88 | 31 | 0.65 | 0 | 0.65 | 0.65 | 120 | 0.48 | 0.23 |
| Hex | 1F | 58 | 1F | 41 | 0 | 41 | 41 | 78 | 30 | 17 |
| Octal | 37 | 130 | 37 | 101 | 0 | 101 | 101 | 170 | 60 | 27 |
| Binary | 11111 | 1011000 | 11111 | 1000001 | 0 | 1000001 | 1000001 | 1111000 | 110000 | 10111 |
Color Harmonies of #1F581F
Complementary color
Monochromatic Colors of #1F581F
Black with #1F581F
Text Example
Text Example
White with #1F581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F581F; }
p { color: rgb(31,88,31); }
H1.HeaderClassName
{
color: #1F581F;
}
.AnyTagClassName
{
color: #1F581F;
}
</style>
background-color css
<style>
a { background-color: #1F581F; }
a { background-color: rgb(31,88,31); }
div.DivClassName
{
background-color: #1F581F;
}
.BgClassName
{
background-color: #1F581F;
}
</style>
border-color css
<style>
span { border-color: #1F581F; }
span { border-color: rgb(31,88,31); }
td.TdClassName
{
border-color: #1F581F;
}
.TagClassName
{
border-color: #1F581F;
}
</style>