Shades of Myrtle #103E02
Tints of Myrtle #103E02
RGB
CMYK
RGB Variations
Color information
#103E02 (or 0x103E02) is known color: Myrtle. HEX triplet: 10, 3E and 02. RGB value is (16,62,2). Sum of RGB (Red+Green+Blue) = 16+62+2=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 62 (24.61% from 255 or 77.5% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 62 - color contains mainly: green. Hex color #103E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103E02 is #EFC1FD. Grayscale: #292929. Windows color (decimal): -15712766 or 146960. OLE color: 146960.
HSL color Cylindrical-coordinate representation of color #103E02: hue angle of 106º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #103E02 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 62 | 2 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.76 |
| HSL | 106º | 0.94% | 0.13% | - |
| HSV(B) | 106º | 0.97% | 0.24% | - |
| XYZ | 1.95 | 3.56 | 0.64 | - |
| YUV | 41.41 | 105.76 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 2 | 0.74 | 0 | 0.97 | 0.76 | 106 | 0.94 | 0.13 |
| Hex | 10 | 3E | 2 | 4A | 0 | 61 | 4C | 6A | 5E | D |
| Octal | 20 | 76 | 2 | 112 | 0 | 141 | 114 | 152 | 136 | 15 |
| Binary | 10000 | 111110 | 10 | 1001010 | 0 | 1100001 | 1001100 | 1101010 | 1011110 | 1101 |
Color Harmonies of #103E02
Complementary color
Monochromatic Colors of #103E02
Black with #103E02
Text Example
Text Example
White with #103E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103E02; }
p { color: rgb(16,62,2); }
H1.HeaderClassName
{
color: #103E02;
}
.AnyTagClassName
{
color: #103E02;
}
</style>
background-color css
<style>
a { background-color: #103E02; }
a { background-color: rgb(16,62,2); }
div.DivClassName
{
background-color: #103E02;
}
.BgClassName
{
background-color: #103E02;
}
</style>
border-color css
<style>
span { border-color: #103E02; }
span { border-color: rgb(16,62,2); }
td.TdClassName
{
border-color: #103E02;
}
.TagClassName
{
border-color: #103E02;
}
</style>