Shades of Myrtle #1F4C02
Tints of Myrtle #1F4C02
RGB
CMYK
RGB Variations
Color information
#1F4C02 (or 0x1F4C02) is known color: Myrtle. HEX triplet: 1F, 4C and 02. RGB value is (31,76,2). Sum of RGB (Red+Green+Blue) = 31+76+2=109 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.44% from 109); Green value is 76 (30.08% from 255 or 69.72% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 76 - color contains mainly: green. Hex color #1F4C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4C02 is #E0B3FD. Grayscale: #363636. Windows color (decimal): -14726142 or 150559. OLE color: 150559.
HSL color Cylindrical-coordinate representation of color #1F4C02: hue angle of 96.49º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F4C02 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 76 | 2 | - |
| CMYK | 0.59 | 0 | 0.97 | 0.70 |
| HSL | 96.49º | 0.95% | 0.15% | - |
| HSV(B) | 96.49º | 0.97% | 0.3% | - |
| XYZ | 3.16 | 5.46 | 0.95 | - |
| YUV | 54.11 | 98.59 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 76 | 2 | 0.59 | 0 | 0.97 | 0.70 | 96.49 | 0.95 | 0.15 |
| Hex | 1F | 4C | 2 | 3B | 0 | 61 | 46 | 60 | 5F | F |
| Octal | 37 | 114 | 2 | 73 | 0 | 141 | 106 | 140 | 137 | 17 |
| Binary | 11111 | 1001100 | 10 | 111011 | 0 | 1100001 | 1000110 | 1100000 | 1011111 | 1111 |
Color Harmonies of #1F4C02
Complementary color
Monochromatic Colors of #1F4C02
Black with #1F4C02
Text Example
Text Example
White with #1F4C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4C02; }
p { color: rgb(31,76,2); }
H1.HeaderClassName
{
color: #1F4C02;
}
.AnyTagClassName
{
color: #1F4C02;
}
</style>
background-color css
<style>
a { background-color: #1F4C02; }
a { background-color: rgb(31,76,2); }
div.DivClassName
{
background-color: #1F4C02;
}
.BgClassName
{
background-color: #1F4C02;
}
</style>
border-color css
<style>
span { border-color: #1F4C02; }
span { border-color: rgb(31,76,2); }
td.TdClassName
{
border-color: #1F4C02;
}
.TagClassName
{
border-color: #1F4C02;
}
</style>