Shades of Myrtle #1F6301
Tints of Myrtle #1F6301
RGB
CMYK
RGB Variations
Color information
#1F6301 (or 0x1F6301) is known color: Myrtle. HEX triplet: 1F, 63 and 01. RGB value is (31,99,1). Sum of RGB (Red+Green+Blue) = 31+99+1=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 99 (39.06% from 255 or 75.57% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 99 - color contains mainly: green. Hex color #1F6301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6301 is #E09CFE. Grayscale: #434343. Windows color (decimal): -14720255 or 90911. OLE color: 90911.
HSL color Cylindrical-coordinate representation of color #1F6301: hue angle of 101.63º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F6301 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 31 | 99 | 1 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.61 |
| HSL | 101.63º | 0.98% | 0.2% | - |
| HSV(B) | 101.63º | 0.99% | 0.39% | - |
| XYZ | 5.03 | 9.22 | 1.54 | - |
| YUV | 67.5 | 90.47 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 99 | 1 | 0.69 | 0 | 0.99 | 0.61 | 101.63 | 0.98 | 0.2 |
| Hex | 1F | 63 | 1 | 45 | 0 | 63 | 3D | 66 | 62 | 14 |
| Octal | 37 | 143 | 1 | 105 | 0 | 143 | 75 | 146 | 142 | 24 |
| Binary | 11111 | 1100011 | 1 | 1000101 | 0 | 1100011 | 111101 | 1100110 | 1100010 | 10100 |
Color Harmonies of #1F6301
Complementary color
Monochromatic Colors of #1F6301
Black with #1F6301
Text Example
Text Example
White with #1F6301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6301; }
p { color: rgb(31,99,1); }
H1.HeaderClassName
{
color: #1F6301;
}
.AnyTagClassName
{
color: #1F6301;
}
</style>
background-color css
<style>
a { background-color: #1F6301; }
a { background-color: rgb(31,99,1); }
div.DivClassName
{
background-color: #1F6301;
}
.BgClassName
{
background-color: #1F6301;
}
</style>
border-color css
<style>
span { border-color: #1F6301; }
span { border-color: rgb(31,99,1); }
td.TdClassName
{
border-color: #1F6301;
}
.TagClassName
{
border-color: #1F6301;
}
</style>