Shades of Myrtle #1F3A1B
Tints of Myrtle #1F3A1B
RGB
CMYK
RGB Variations
Color information
#1F3A1B (or 0x1F3A1B) is known color: Myrtle. HEX triplet: 1F, 3A and 1B. RGB value is (31,58,27). Sum of RGB (Red+Green+Blue) = 31+58+27=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 58 (23.05% from 255 or 50% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 58 - color contains mainly: green. Hex color #1F3A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3A1B is #E0C5E4. Grayscale: #2E2E2E. Windows color (decimal): -14730725 or 1784351. OLE color: 1784351.
HSL color Cylindrical-coordinate representation of color #1F3A1B: hue angle of 112.26º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1F3A1B is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 58 | 27 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.77 |
| HSL | 112.26º | 0.36% | 0.17% | - |
| HSV(B) | 112.26º | 0.53% | 0.23% | - |
| XYZ | 2.28 | 3.4 | 1.57 | - |
| YUV | 46.39 | 117.05 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 58 | 27 | 0.47 | 0 | 0.53 | 0.77 | 112.26 | 0.36 | 0.17 |
| Hex | 1F | 3A | 1B | 2F | 0 | 35 | 4D | 70 | 24 | 11 |
| Octal | 37 | 72 | 33 | 57 | 0 | 65 | 115 | 160 | 44 | 21 |
| Binary | 11111 | 111010 | 11011 | 101111 | 0 | 110101 | 1001101 | 1110000 | 100100 | 10001 |
Color Harmonies of #1F3A1B
Complementary color
Monochromatic Colors of #1F3A1B
Black with #1F3A1B
Text Example
Text Example
White with #1F3A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3A1B; }
p { color: rgb(31,58,27); }
H1.HeaderClassName
{
color: #1F3A1B;
}
.AnyTagClassName
{
color: #1F3A1B;
}
</style>
background-color css
<style>
a { background-color: #1F3A1B; }
a { background-color: rgb(31,58,27); }
div.DivClassName
{
background-color: #1F3A1B;
}
.BgClassName
{
background-color: #1F3A1B;
}
</style>
border-color css
<style>
span { border-color: #1F3A1B; }
span { border-color: rgb(31,58,27); }
td.TdClassName
{
border-color: #1F3A1B;
}
.TagClassName
{
border-color: #1F3A1B;
}
</style>