Shades of Myrtle #1F421F
Tints of Myrtle #1F421F
RGB
CMYK
RGB Variations
Color information
#1F421F (or 0x1F421F) is known color: Myrtle. HEX triplet: 1F, 42 and 1F. RGB value is (31,66,31). Sum of RGB (Red+Green+Blue) = 31+66+31=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 66 (26.17% from 255 or 51.56% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 66 - color contains mainly: green. Hex color #1F421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F421F is #E0BDE0. Grayscale: #333333. Windows color (decimal): -14728673 or 2048543. OLE color: 2048543.
HSL color Cylindrical-coordinate representation of color #1F421F: hue angle of 120º 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 #1F421F is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 66 | 31 | - |
| CMYK | 0.53 | 0 | 0.53 | 0.74 |
| HSL | 120º | 0.36% | 0.19% | - |
| HSV(B) | 120º | 0.53% | 0.26% | - |
| XYZ | 2.76 | 4.29 | 1.98 | - |
| YUV | 51.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 66 | 31 | 0.53 | 0 | 0.53 | 0.74 | 120 | 0.36 | 0.19 |
| Hex | 1F | 42 | 1F | 35 | 0 | 35 | 4A | 78 | 24 | 13 |
| Octal | 37 | 102 | 37 | 65 | 0 | 65 | 112 | 170 | 44 | 23 |
| Binary | 11111 | 1000010 | 11111 | 110101 | 0 | 110101 | 1001010 | 1111000 | 100100 | 10011 |
Color Harmonies of #1F421F
Complementary color
Monochromatic Colors of #1F421F
Black with #1F421F
Text Example
Text Example
White with #1F421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F421F; }
p { color: rgb(31,66,31); }
H1.HeaderClassName
{
color: #1F421F;
}
.AnyTagClassName
{
color: #1F421F;
}
</style>
background-color css
<style>
a { background-color: #1F421F; }
a { background-color: rgb(31,66,31); }
div.DivClassName
{
background-color: #1F421F;
}
.BgClassName
{
background-color: #1F421F;
}
</style>
border-color css
<style>
span { border-color: #1F421F; }
span { border-color: rgb(31,66,31); }
td.TdClassName
{
border-color: #1F421F;
}
.TagClassName
{
border-color: #1F421F;
}
</style>