Shades of Myrtle #1F5D02
Tints of Myrtle #1F5D02
RGB
CMYK
RGB Variations
Color information
#1F5D02 (or 0x1F5D02) is known color: Myrtle. HEX triplet: 1F, 5D and 02. RGB value is (31,93,2). Sum of RGB (Red+Green+Blue) = 31+93+2=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 93 (36.72% from 255 or 73.81% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 93 - color contains mainly: green. Hex color #1F5D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5D02 is #E0A2FD. Grayscale: #404040. Windows color (decimal): -14721790 or 154911. OLE color: 154911.
HSL color Cylindrical-coordinate representation of color #1F5D02: hue angle of 100.88º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1F5D02 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 93 | 2 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.64 |
| HSL | 100.88º | 0.96% | 0.19% | - |
| HSV(B) | 100.88º | 0.98% | 0.36% | - |
| XYZ | 4.49 | 8.12 | 1.39 | - |
| YUV | 64.09 | 92.96 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 93 | 2 | 0.67 | 0 | 0.98 | 0.64 | 100.88 | 0.96 | 0.19 |
| Hex | 1F | 5D | 2 | 43 | 0 | 62 | 40 | 65 | 60 | 13 |
| Octal | 37 | 135 | 2 | 103 | 0 | 142 | 100 | 145 | 140 | 23 |
| Binary | 11111 | 1011101 | 10 | 1000011 | 0 | 1100010 | 1000000 | 1100101 | 1100000 | 10011 |
Color Harmonies of #1F5D02
Complementary color
Monochromatic Colors of #1F5D02
Black with #1F5D02
Text Example
Text Example
White with #1F5D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5D02; }
p { color: rgb(31,93,2); }
H1.HeaderClassName
{
color: #1F5D02;
}
.AnyTagClassName
{
color: #1F5D02;
}
</style>
background-color css
<style>
a { background-color: #1F5D02; }
a { background-color: rgb(31,93,2); }
div.DivClassName
{
background-color: #1F5D02;
}
.BgClassName
{
background-color: #1F5D02;
}
</style>
border-color css
<style>
span { border-color: #1F5D02; }
span { border-color: rgb(31,93,2); }
td.TdClassName
{
border-color: #1F5D02;
}
.TagClassName
{
border-color: #1F5D02;
}
</style>