Shades of Myrtle #1F451D
Tints of Myrtle #1F451D
RGB
CMYK
RGB Variations
Color information
#1F451D (or 0x1F451D) is known color: Myrtle. HEX triplet: 1F, 45 and 1D. RGB value is (31,69,29). Sum of RGB (Red+Green+Blue) = 31+69+29=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #1F451D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F451D is #E0BAE2. Grayscale: #353535. Windows color (decimal): -14727907 or 1918239. OLE color: 1918239.
HSL color Cylindrical-coordinate representation of color #1F451D: hue angle of 117º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F451D is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 69 | 29 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.73 |
| HSL | 117º | 0.41% | 0.19% | - |
| HSV(B) | 117º | 0.58% | 0.27% | - |
| XYZ | 2.91 | 4.64 | 1.9 | - |
| YUV | 53.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 29 | 0.55 | 0 | 0.58 | 0.73 | 117 | 0.41 | 0.19 |
| Hex | 1F | 45 | 1D | 37 | 0 | 3A | 49 | 75 | 29 | 13 |
| Octal | 37 | 105 | 35 | 67 | 0 | 72 | 111 | 165 | 51 | 23 |
| Binary | 11111 | 1000101 | 11101 | 110111 | 0 | 111010 | 1001001 | 1110101 | 101001 | 10011 |
Color Harmonies of #1F451D
Complementary color
Monochromatic Colors of #1F451D
Black with #1F451D
Text Example
Text Example
White with #1F451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F451D; }
p { color: rgb(31,69,29); }
H1.HeaderClassName
{
color: #1F451D;
}
.AnyTagClassName
{
color: #1F451D;
}
</style>
background-color css
<style>
a { background-color: #1F451D; }
a { background-color: rgb(31,69,29); }
div.DivClassName
{
background-color: #1F451D;
}
.BgClassName
{
background-color: #1F451D;
}
</style>
border-color css
<style>
span { border-color: #1F451D; }
span { border-color: rgb(31,69,29); }
td.TdClassName
{
border-color: #1F451D;
}
.TagClassName
{
border-color: #1F451D;
}
</style>