Shades of Pine Tree #172A0C
Tints of Pine Tree #172A0C
RGB
CMYK
RGB Variations
Color information
#172A0C (or 0x172A0C) is known color: Pine Tree. HEX triplet: 17, 2A and 0C. RGB value is (23,42,12). Sum of RGB (Red+Green+Blue) = 23+42+12=77 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.87% from 77); Green value is 42 (16.80% from 255 or 54.55% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 42 - color contains mainly: green. Hex color #172A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #172A0C is #E8D5F3. Grayscale: #202020. Windows color (decimal): -15259124 or 797207. OLE color: 797207.
HSL color Cylindrical-coordinate representation of color #172A0C: hue angle of 98º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #172A0C is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 42 | 12 | - |
| CMYK | 0.45 | 0 | 0.71 | 0.84 |
| HSL | 98º | 0.56% | 0.11% | - |
| HSV(B) | 98º | 0.71% | 0.16% | - |
| XYZ | 1.25 | 1.86 | 0.64 | - |
| YUV | 32.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 12 | 0.45 | 0 | 0.71 | 0.84 | 98 | 0.56 | 0.11 |
| Hex | 17 | 2A | C | 2D | 0 | 47 | 54 | 62 | 38 | B |
| Octal | 27 | 52 | 14 | 55 | 0 | 107 | 124 | 142 | 70 | 13 |
| Binary | 10111 | 101010 | 1100 | 101101 | 0 | 1000111 | 1010100 | 1100010 | 111000 | 1011 |
Color Harmonies of #172A0C
Complementary color
Monochromatic Colors of #172A0C
Black with #172A0C
Text Example
Text Example
White with #172A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172A0C; }
p { color: rgb(23,42,12); }
H1.HeaderClassName
{
color: #172A0C;
}
.AnyTagClassName
{
color: #172A0C;
}
</style>
background-color css
<style>
a { background-color: #172A0C; }
a { background-color: rgb(23,42,12); }
div.DivClassName
{
background-color: #172A0C;
}
.BgClassName
{
background-color: #172A0C;
}
</style>
border-color css
<style>
span { border-color: #172A0C; }
span { border-color: rgb(23,42,12); }
td.TdClassName
{
border-color: #172A0C;
}
.TagClassName
{
border-color: #172A0C;
}
</style>