Shades of Myrtle #1F5024
Tints of Myrtle #1F5024
RGB
CMYK
RGB Variations
Color information
#1F5024 (or 0x1F5024) is known color: Myrtle. HEX triplet: 1F, 50 and 24. RGB value is (31,80,36). Sum of RGB (Red+Green+Blue) = 31+80+36=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #1F5024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5024 is #E0AFDB. Grayscale: #3C3C3C. Windows color (decimal): -14725084 or 2379807. OLE color: 2379807.
HSL color Cylindrical-coordinate representation of color #1F5024: hue angle of 126.12º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F5024 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 80 | 36 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.69 |
| HSL | 126.12º | 0.44% | 0.22% | - |
| HSV(B) | 126.12º | 0.61% | 0.31% | - |
| XYZ | 3.75 | 6.16 | 2.66 | - |
| YUV | 60.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 36 | 0.61 | 0 | 0.55 | 0.69 | 126.12 | 0.44 | 0.22 |
| Hex | 1F | 50 | 24 | 3D | 0 | 37 | 45 | 7E | 2C | 16 |
| Octal | 37 | 120 | 44 | 75 | 0 | 67 | 105 | 176 | 54 | 26 |
| Binary | 11111 | 1010000 | 100100 | 111101 | 0 | 110111 | 1000101 | 1111110 | 101100 | 10110 |
Color Harmonies of #1F5024
Complementary color
Monochromatic Colors of #1F5024
Black with #1F5024
Text Example
Text Example
White with #1F5024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5024; }
p { color: rgb(31,80,36); }
H1.HeaderClassName
{
color: #1F5024;
}
.AnyTagClassName
{
color: #1F5024;
}
</style>
background-color css
<style>
a { background-color: #1F5024; }
a { background-color: rgb(31,80,36); }
div.DivClassName
{
background-color: #1F5024;
}
.BgClassName
{
background-color: #1F5024;
}
</style>
border-color css
<style>
span { border-color: #1F5024; }
span { border-color: rgb(31,80,36); }
td.TdClassName
{
border-color: #1F5024;
}
.TagClassName
{
border-color: #1F5024;
}
</style>