Shades of Myrtle #1F4122
Tints of Myrtle #1F4122
RGB
CMYK
RGB Variations
Color information
#1F4122 (or 0x1F4122) is known color: Myrtle. HEX triplet: 1F, 41 and 22. RGB value is (31,65,34). Sum of RGB (Red+Green+Blue) = 31+65+34=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #1F4122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4122 is #E0BEDD. Grayscale: #333333. Windows color (decimal): -14728926 or 2244895. OLE color: 2244895.
HSL color Cylindrical-coordinate representation of color #1F4122: hue angle of 125.29º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F4122 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 65 | 34 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.75 |
| HSL | 125.29º | 0.35% | 0.19% | - |
| HSV(B) | 125.29º | 0.52% | 0.25% | - |
| XYZ | 2.74 | 4.19 | 2.18 | - |
| YUV | 51.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 34 | 0.52 | 0 | 0.48 | 0.75 | 125.29 | 0.35 | 0.19 |
| Hex | 1F | 41 | 22 | 34 | 0 | 30 | 4B | 7D | 23 | 13 |
| Octal | 37 | 101 | 42 | 64 | 0 | 60 | 113 | 175 | 43 | 23 |
| Binary | 11111 | 1000001 | 100010 | 110100 | 0 | 110000 | 1001011 | 1111101 | 100011 | 10011 |
Color Harmonies of #1F4122
Complementary color
Monochromatic Colors of #1F4122
Black with #1F4122
Text Example
Text Example
White with #1F4122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4122; }
p { color: rgb(31,65,34); }
H1.HeaderClassName
{
color: #1F4122;
}
.AnyTagClassName
{
color: #1F4122;
}
</style>
background-color css
<style>
a { background-color: #1F4122; }
a { background-color: rgb(31,65,34); }
div.DivClassName
{
background-color: #1F4122;
}
.BgClassName
{
background-color: #1F4122;
}
</style>
border-color css
<style>
span { border-color: #1F4122; }
span { border-color: rgb(31,65,34); }
td.TdClassName
{
border-color: #1F4122;
}
.TagClassName
{
border-color: #1F4122;
}
</style>