Shades of Myrtle #172A0F
Tints of Myrtle #172A0F
RGB
CMYK
RGB Variations
Color information
#172A0F (or 0x172A0F) is known color: Myrtle. HEX triplet: 17, 2A and 0F. RGB value is (23,42,15). Sum of RGB (Red+Green+Blue) = 23+42+15=80 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.75% from 80); Green value is 42 (16.80% from 255 or 52.5% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 42 - color contains mainly: green. Hex color #172A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172A0F is #E8D5F0. Grayscale: #212121. Windows color (decimal): -15259121 or 993815. OLE color: 993815.
HSL color Cylindrical-coordinate representation of color #172A0F: hue angle of 102.22º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #172A0F is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 42 | 15 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.84 |
| HSL | 102.22º | 0.47% | 0.11% | - |
| HSV(B) | 102.22º | 0.64% | 0.16% | - |
| XYZ | 1.27 | 1.87 | 0.75 | - |
| YUV | 33.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 15 | 0.45 | 0 | 0.64 | 0.84 | 102.22 | 0.47 | 0.11 |
| Hex | 17 | 2A | F | 2D | 0 | 40 | 54 | 66 | 2F | B |
| Octal | 27 | 52 | 17 | 55 | 0 | 100 | 124 | 146 | 57 | 13 |
| Binary | 10111 | 101010 | 1111 | 101101 | 0 | 1000000 | 1010100 | 1100110 | 101111 | 1011 |
Color Harmonies of #172A0F
Complementary color
Monochromatic Colors of #172A0F
Black with #172A0F
Text Example
Text Example
White with #172A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172A0F; }
p { color: rgb(23,42,15); }
H1.HeaderClassName
{
color: #172A0F;
}
.AnyTagClassName
{
color: #172A0F;
}
</style>
background-color css
<style>
a { background-color: #172A0F; }
a { background-color: rgb(23,42,15); }
div.DivClassName
{
background-color: #172A0F;
}
.BgClassName
{
background-color: #172A0F;
}
</style>
border-color css
<style>
span { border-color: #172A0F; }
span { border-color: rgb(23,42,15); }
td.TdClassName
{
border-color: #172A0F;
}
.TagClassName
{
border-color: #172A0F;
}
</style>