Shades of Myrtle #1F4402
Tints of Myrtle #1F4402
RGB
CMYK
RGB Variations
Color information
#1F4402 (or 0x1F4402) is known color: Myrtle. HEX triplet: 1F, 44 and 02. RGB value is (31,68,2). Sum of RGB (Red+Green+Blue) = 31+68+2=101 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.69% from 101); Green value is 68 (26.95% from 255 or 67.33% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 68 - color contains mainly: green. Hex color #1F4402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4402 is #E0BBFD. Grayscale: #313131. Windows color (decimal): -14728190 or 148511. OLE color: 148511.
HSL color Cylindrical-coordinate representation of color #1F4402: hue angle of 93.64º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F4402 is Cyan = 0.54, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 68 | 2 | - |
| CMYK | 0.54 | 0 | 0.97 | 0.73 |
| HSL | 93.64º | 0.94% | 0.14% | - |
| HSV(B) | 93.64º | 0.97% | 0.27% | - |
| XYZ | 2.64 | 4.43 | 0.77 | - |
| YUV | 49.41 | 101.24 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 68 | 2 | 0.54 | 0 | 0.97 | 0.73 | 93.64 | 0.94 | 0.14 |
| Hex | 1F | 44 | 2 | 36 | 0 | 61 | 49 | 5E | 5E | E |
| Octal | 37 | 104 | 2 | 66 | 0 | 141 | 111 | 136 | 136 | 16 |
| Binary | 11111 | 1000100 | 10 | 110110 | 0 | 1100001 | 1001001 | 1011110 | 1011110 | 1110 |
Color Harmonies of #1F4402
Complementary color
Monochromatic Colors of #1F4402
Black with #1F4402
Text Example
Text Example
White with #1F4402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4402; }
p { color: rgb(31,68,2); }
H1.HeaderClassName
{
color: #1F4402;
}
.AnyTagClassName
{
color: #1F4402;
}
</style>
background-color css
<style>
a { background-color: #1F4402; }
a { background-color: rgb(31,68,2); }
div.DivClassName
{
background-color: #1F4402;
}
.BgClassName
{
background-color: #1F4402;
}
</style>
border-color css
<style>
span { border-color: #1F4402; }
span { border-color: rgb(31,68,2); }
td.TdClassName
{
border-color: #1F4402;
}
.TagClassName
{
border-color: #1F4402;
}
</style>