Shades of Myrtle #1F4802
Tints of Myrtle #1F4802
RGB
CMYK
RGB Variations
Color information
#1F4802 (or 0x1F4802) is known color: Myrtle. HEX triplet: 1F, 48 and 02. RGB value is (31,72,2). Sum of RGB (Red+Green+Blue) = 31+72+2=105 (13% of max value = 765). Red value is 31 (12.5% from 255 or 29.52% from 105); Green value is 72 (28.52% from 255 or 68.57% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 72 - color contains mainly: green. Hex color #1F4802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4802 is #E0B7FD. Grayscale: #333333. Windows color (decimal): -14727166 or 149535. OLE color: 149535.
HSL color Cylindrical-coordinate representation of color #1F4802: hue angle of 95.14º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F4802 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 72 | 2 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.72 |
| HSL | 95.14º | 0.95% | 0.15% | - |
| HSV(B) | 95.14º | 0.97% | 0.28% | - |
| XYZ | 2.89 | 4.93 | 0.86 | - |
| YUV | 51.76 | 99.92 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 72 | 2 | 0.57 | 0 | 0.97 | 0.72 | 95.14 | 0.95 | 0.15 |
| Hex | 1F | 48 | 2 | 39 | 0 | 61 | 48 | 5F | 5F | F |
| Octal | 37 | 110 | 2 | 71 | 0 | 141 | 110 | 137 | 137 | 17 |
| Binary | 11111 | 1001000 | 10 | 111001 | 0 | 1100001 | 1001000 | 1011111 | 1011111 | 1111 |
Color Harmonies of #1F4802
Complementary color
Monochromatic Colors of #1F4802
Black with #1F4802
Text Example
Text Example
White with #1F4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4802; }
p { color: rgb(31,72,2); }
H1.HeaderClassName
{
color: #1F4802;
}
.AnyTagClassName
{
color: #1F4802;
}
</style>
background-color css
<style>
a { background-color: #1F4802; }
a { background-color: rgb(31,72,2); }
div.DivClassName
{
background-color: #1F4802;
}
.BgClassName
{
background-color: #1F4802;
}
</style>
border-color css
<style>
span { border-color: #1F4802; }
span { border-color: rgb(31,72,2); }
td.TdClassName
{
border-color: #1F4802;
}
.TagClassName
{
border-color: #1F4802;
}
</style>