Shades of Myrtle #1F421C
Tints of Myrtle #1F421C
RGB
CMYK
RGB Variations
Color information
#1F421C (or 0x1F421C) is known color: Myrtle. HEX triplet: 1F, 42 and 1C. RGB value is (31,66,28). Sum of RGB (Red+Green+Blue) = 31+66+28=125 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.8% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #1F421C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F421C is #E0BDE3. Grayscale: #333333. Windows color (decimal): -14728676 or 1851935. OLE color: 1851935.
HSL color Cylindrical-coordinate representation of color #1F421C: hue angle of 115.26º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F421C is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 66 | 28 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.74 |
| HSL | 115.26º | 0.4% | 0.18% | - |
| HSV(B) | 115.26º | 0.58% | 0.26% | - |
| XYZ | 2.72 | 4.27 | 1.78 | - |
| YUV | 51.2 | 114.9 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 66 | 28 | 0.53 | 0 | 0.58 | 0.74 | 115.26 | 0.4 | 0.18 |
| Hex | 1F | 42 | 1C | 35 | 0 | 3A | 4A | 73 | 28 | 12 |
| Octal | 37 | 102 | 34 | 65 | 0 | 72 | 112 | 163 | 50 | 22 |
| Binary | 11111 | 1000010 | 11100 | 110101 | 0 | 111010 | 1001010 | 1110011 | 101000 | 10010 |
Color Harmonies of #1F421C
Complementary color
Monochromatic Colors of #1F421C
Black with #1F421C
Text Example
Text Example
White with #1F421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F421C; }
p { color: rgb(31,66,28); }
H1.HeaderClassName
{
color: #1F421C;
}
.AnyTagClassName
{
color: #1F421C;
}
</style>
background-color css
<style>
a { background-color: #1F421C; }
a { background-color: rgb(31,66,28); }
div.DivClassName
{
background-color: #1F421C;
}
.BgClassName
{
background-color: #1F421C;
}
</style>
border-color css
<style>
span { border-color: #1F421C; }
span { border-color: rgb(31,66,28); }
td.TdClassName
{
border-color: #1F421C;
}
.TagClassName
{
border-color: #1F421C;
}
</style>