Shades of Myrtle #1F2F1E
Tints of Myrtle #1F2F1E
RGB
CMYK
RGB Variations
Color information
#1F2F1E (or 0x1F2F1E) is known color: Myrtle. HEX triplet: 1F, 2F and 1E. RGB value is (31,47,30). Sum of RGB (Red+Green+Blue) = 31+47+30=108 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.70% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 47 - color contains mainly: green. Hex color #1F2F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2F1E is #E0D0E1. Grayscale: #282828. Windows color (decimal): -14733538 or 1978143. OLE color: 1978143.
HSL color Cylindrical-coordinate representation of color #1F2F1E: hue angle of 116.47º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1F2F1E is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 47 | 30 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.82 |
| HSL | 116.47º | 0.22% | 0.15% | - |
| HSV(B) | 116.47º | 0.36% | 0.18% | - |
| XYZ | 1.82 | 2.42 | 1.6 | - |
| YUV | 40.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 30 | 0.34 | 0 | 0.36 | 0.82 | 116.47 | 0.22 | 0.15 |
| Hex | 1F | 2F | 1E | 22 | 0 | 24 | 52 | 74 | 16 | F |
| Octal | 37 | 57 | 36 | 42 | 0 | 44 | 122 | 164 | 26 | 17 |
| Binary | 11111 | 101111 | 11110 | 100010 | 0 | 100100 | 1010010 | 1110100 | 10110 | 1111 |
Color Harmonies of #1F2F1E
Complementary color
Monochromatic Colors of #1F2F1E
Black with #1F2F1E
Text Example
Text Example
White with #1F2F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2F1E; }
p { color: rgb(31,47,30); }
H1.HeaderClassName
{
color: #1F2F1E;
}
.AnyTagClassName
{
color: #1F2F1E;
}
</style>
background-color css
<style>
a { background-color: #1F2F1E; }
a { background-color: rgb(31,47,30); }
div.DivClassName
{
background-color: #1F2F1E;
}
.BgClassName
{
background-color: #1F2F1E;
}
</style>
border-color css
<style>
span { border-color: #1F2F1E; }
span { border-color: rgb(31,47,30); }
td.TdClassName
{
border-color: #1F2F1E;
}
.TagClassName
{
border-color: #1F2F1E;
}
</style>