Shades of Myrtle #1F4223
Tints of Myrtle #1F4223
RGB
CMYK
RGB Variations
Color information
#1F4223 (or 0x1F4223) is known color: Myrtle. HEX triplet: 1F, 42 and 23. RGB value is (31,66,35). Sum of RGB (Red+Green+Blue) = 31+66+35=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #1F4223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4223 is #E0BDDC. Grayscale: #343434. Windows color (decimal): -14728669 or 2310687. OLE color: 2310687.
HSL color Cylindrical-coordinate representation of color #1F4223: hue angle of 126.86º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1F4223 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 66 | 35 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.74 |
| HSL | 126.86º | 0.36% | 0.19% | - |
| HSV(B) | 126.86º | 0.53% | 0.26% | - |
| XYZ | 2.82 | 4.31 | 2.27 | - |
| YUV | 52 | 118.4 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 66 | 35 | 0.53 | 0 | 0.47 | 0.74 | 126.86 | 0.36 | 0.19 |
| Hex | 1F | 42 | 23 | 35 | 0 | 2F | 4A | 7F | 24 | 13 |
| Octal | 37 | 102 | 43 | 65 | 0 | 57 | 112 | 177 | 44 | 23 |
| Binary | 11111 | 1000010 | 100011 | 110101 | 0 | 101111 | 1001010 | 1111111 | 100100 | 10011 |
Color Harmonies of #1F4223
Complementary color
Monochromatic Colors of #1F4223
Black with #1F4223
Text Example
Text Example
White with #1F4223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4223; }
p { color: rgb(31,66,35); }
H1.HeaderClassName
{
color: #1F4223;
}
.AnyTagClassName
{
color: #1F4223;
}
</style>
background-color css
<style>
a { background-color: #1F4223; }
a { background-color: rgb(31,66,35); }
div.DivClassName
{
background-color: #1F4223;
}
.BgClassName
{
background-color: #1F4223;
}
</style>
border-color css
<style>
span { border-color: #1F4223; }
span { border-color: rgb(31,66,35); }
td.TdClassName
{
border-color: #1F4223;
}
.TagClassName
{
border-color: #1F4223;
}
</style>