Shades of Myrtle #1F431C
Tints of Myrtle #1F431C
RGB
CMYK
RGB Variations
Color information
#1F431C (or 0x1F431C) is known color: Myrtle. HEX triplet: 1F, 43 and 1C. RGB value is (31,67,28). Sum of RGB (Red+Green+Blue) = 31+67+28=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #1F431C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F431C is #E0BCE3. Grayscale: #333333. Windows color (decimal): -14728420 or 1852191. OLE color: 1852191.
HSL color Cylindrical-coordinate representation of color #1F431C: hue angle of 115.38º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F431C is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 67 | 28 | - |
| CMYK | 0.54 | 0 | 0.58 | 0.74 |
| HSL | 115.38º | 0.41% | 0.19% | - |
| HSV(B) | 115.38º | 0.58% | 0.26% | - |
| XYZ | 2.78 | 4.39 | 1.8 | - |
| YUV | 51.79 | 114.57 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 28 | 0.54 | 0 | 0.58 | 0.74 | 115.38 | 0.41 | 0.19 |
| Hex | 1F | 43 | 1C | 36 | 0 | 3A | 4A | 73 | 29 | 13 |
| Octal | 37 | 103 | 34 | 66 | 0 | 72 | 112 | 163 | 51 | 23 |
| Binary | 11111 | 1000011 | 11100 | 110110 | 0 | 111010 | 1001010 | 1110011 | 101001 | 10011 |
Color Harmonies of #1F431C
Complementary color
Monochromatic Colors of #1F431C
Black with #1F431C
Text Example
Text Example
White with #1F431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F431C; }
p { color: rgb(31,67,28); }
H1.HeaderClassName
{
color: #1F431C;
}
.AnyTagClassName
{
color: #1F431C;
}
</style>
background-color css
<style>
a { background-color: #1F431C; }
a { background-color: rgb(31,67,28); }
div.DivClassName
{
background-color: #1F431C;
}
.BgClassName
{
background-color: #1F431C;
}
</style>
border-color css
<style>
span { border-color: #1F431C; }
span { border-color: rgb(31,67,28); }
td.TdClassName
{
border-color: #1F431C;
}
.TagClassName
{
border-color: #1F431C;
}
</style>