Shades of Pine Tree #17290D
Tints of Pine Tree #17290D
RGB
CMYK
RGB Variations
Color information
#17290D (or 0x17290D) is known color: Pine Tree. HEX triplet: 17, 29 and 0D. RGB value is (23,41,13). Sum of RGB (Red+Green+Blue) = 23+41+13=77 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.87% from 77); Green value is 41 (16.41% from 255 or 53.25% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 41 - color contains mainly: green. Hex color #17290D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17290D is #E8D6F2. Grayscale: #202020. Windows color (decimal): -15259379 or 862487. OLE color: 862487.
HSL color Cylindrical-coordinate representation of color #17290D: hue angle of 98.57º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #17290D is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 41 | 13 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.84 |
| HSL | 98.57º | 0.52% | 0.11% | - |
| HSV(B) | 98.57º | 0.68% | 0.16% | - |
| XYZ | 1.22 | 1.8 | 0.66 | - |
| YUV | 32.43 | 117.04 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 41 | 13 | 0.44 | 0 | 0.68 | 0.84 | 98.57 | 0.52 | 0.11 |
| Hex | 17 | 29 | D | 2C | 0 | 44 | 54 | 63 | 34 | B |
| Octal | 27 | 51 | 15 | 54 | 0 | 104 | 124 | 143 | 64 | 13 |
| Binary | 10111 | 101001 | 1101 | 101100 | 0 | 1000100 | 1010100 | 1100011 | 110100 | 1011 |
Color Harmonies of #17290D
Complementary color
Monochromatic Colors of #17290D
Black with #17290D
Text Example
Text Example
White with #17290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17290D; }
p { color: rgb(23,41,13); }
H1.HeaderClassName
{
color: #17290D;
}
.AnyTagClassName
{
color: #17290D;
}
</style>
background-color css
<style>
a { background-color: #17290D; }
a { background-color: rgb(23,41,13); }
div.DivClassName
{
background-color: #17290D;
}
.BgClassName
{
background-color: #17290D;
}
</style>
border-color css
<style>
span { border-color: #17290D; }
span { border-color: rgb(23,41,13); }
td.TdClassName
{
border-color: #17290D;
}
.TagClassName
{
border-color: #17290D;
}
</style>