Shades of Myrtle #102A02
Tints of Myrtle #102A02
RGB
CMYK
RGB Variations
Color information
#102A02 (or 0x102A02) is known color: Myrtle. HEX triplet: 10, 2A and 02. RGB value is (16,42,2). Sum of RGB (Red+Green+Blue) = 16+42+2=60 (7% of max value = 765). Red value is 16 (6.64% from 255 or 26.67% from 60); Green value is 42 (16.80% from 255 or 70% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 42 - color contains mainly: green. Hex color #102A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102A02 is #EFD5FD. Grayscale: #1D1D1D. Windows color (decimal): -15717886 or 141840. OLE color: 141840.
HSL color Cylindrical-coordinate representation of color #102A02: hue angle of 99º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #102A02 is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 42 | 2 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.84 |
| HSL | 99º | 0.91% | 0.09% | - |
| HSV(B) | 99º | 0.95% | 0.16% | - |
| XYZ | 1.05 | 1.77 | 0.34 | - |
| YUV | 29.67 | 112.39 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 42 | 2 | 0.62 | 0 | 0.95 | 0.84 | 99 | 0.91 | 0.09 |
| Hex | 10 | 2A | 2 | 3E | 0 | 5F | 54 | 63 | 5B | 9 |
| Octal | 20 | 52 | 2 | 76 | 0 | 137 | 124 | 143 | 133 | 11 |
| Binary | 10000 | 101010 | 10 | 111110 | 0 | 1011111 | 1010100 | 1100011 | 1011011 | 1001 |
Color Harmonies of #102A02
Complementary color
Monochromatic Colors of #102A02
Black with #102A02
Text Example
Text Example
White with #102A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102A02; }
p { color: rgb(16,42,2); }
H1.HeaderClassName
{
color: #102A02;
}
.AnyTagClassName
{
color: #102A02;
}
</style>
background-color css
<style>
a { background-color: #102A02; }
a { background-color: rgb(16,42,2); }
div.DivClassName
{
background-color: #102A02;
}
.BgClassName
{
background-color: #102A02;
}
</style>
border-color css
<style>
span { border-color: #102A02; }
span { border-color: rgb(16,42,2); }
td.TdClassName
{
border-color: #102A02;
}
.TagClassName
{
border-color: #102A02;
}
</style>