Shades of Myrtle #1F601A
Tints of Myrtle #1F601A
RGB
CMYK
RGB Variations
Color information
#1F601A (or 0x1F601A) is known color: Myrtle. HEX triplet: 1F, 60 and 1A. RGB value is (31,96,26). Sum of RGB (Red+Green+Blue) = 31+96+26=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #1F601A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F601A is #E09FE5. Grayscale: #444444. Windows color (decimal): -14720998 or 1728543. OLE color: 1728543.
HSL color Cylindrical-coordinate representation of color #1F601A: hue angle of 115.71º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F601A is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 31 | 96 | 26 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.62 |
| HSL | 115.71º | 0.57% | 0.24% | - |
| HSV(B) | 115.71º | 0.73% | 0.38% | - |
| XYZ | 4.93 | 8.73 | 2.4 | - |
| YUV | 68.59 | 103.97 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 96 | 26 | 0.68 | 0 | 0.73 | 0.62 | 115.71 | 0.57 | 0.24 |
| Hex | 1F | 60 | 1A | 44 | 0 | 49 | 3E | 74 | 39 | 18 |
| Octal | 37 | 140 | 32 | 104 | 0 | 111 | 76 | 164 | 71 | 30 |
| Binary | 11111 | 1100000 | 11010 | 1000100 | 0 | 1001001 | 111110 | 1110100 | 111001 | 11000 |
Color Harmonies of #1F601A
Complementary color
Monochromatic Colors of #1F601A
Black with #1F601A
Text Example
Text Example
White with #1F601A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F601A; }
p { color: rgb(31,96,26); }
H1.HeaderClassName
{
color: #1F601A;
}
.AnyTagClassName
{
color: #1F601A;
}
</style>
background-color css
<style>
a { background-color: #1F601A; }
a { background-color: rgb(31,96,26); }
div.DivClassName
{
background-color: #1F601A;
}
.BgClassName
{
background-color: #1F601A;
}
</style>
border-color css
<style>
span { border-color: #1F601A; }
span { border-color: rgb(31,96,26); }
td.TdClassName
{
border-color: #1F601A;
}
.TagClassName
{
border-color: #1F601A;
}
</style>