Shades of Pine Tree #171E0A
Tints of Pine Tree #171E0A
RGB
CMYK
RGB Variations
Color information
#171E0A (or 0x171E0A) is known color: Pine Tree. HEX triplet: 17, 1E and 0A. RGB value is (23,30,10). Sum of RGB (Red+Green+Blue) = 23+30+10=63 (8% of max value = 765). Red value is 23 (9.38% from 255 or 36.51% from 63); Green value is 30 (12.11% from 255 or 47.62% from 63); Blue value is 10 (4.30% from 255 or 15.87% from 63); Max value from RGB is 30 - color contains mainly: green. Hex color #171E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171E0A is #E8E1F5. Grayscale: #191919. Windows color (decimal): -15262198 or 663063. OLE color: 663063.
HSL color Cylindrical-coordinate representation of color #171E0A: hue angle of 81º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #171E0A is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 30 | 10 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.88 |
| HSL | 81º | 0.5% | 0.08% | - |
| HSV(B) | 81º | 0.67% | 0.12% | - |
| XYZ | 0.87 | 1.13 | 0.46 | - |
| YUV | 25.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 30 | 10 | 0.23 | 0 | 0.67 | 0.88 | 81 | 0.5 | 0.08 |
| Hex | 17 | 1E | A | 17 | 0 | 43 | 58 | 51 | 32 | 8 |
| Octal | 27 | 36 | 12 | 27 | 0 | 103 | 130 | 121 | 62 | 10 |
| Binary | 10111 | 11110 | 1010 | 10111 | 0 | 1000011 | 1011000 | 1010001 | 110010 | 1000 |
Color Harmonies of #171E0A
Complementary color
Monochromatic Colors of #171E0A
Black with #171E0A
Text Example
Text Example
White with #171E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171E0A; }
p { color: rgb(23,30,10); }
H1.HeaderClassName
{
color: #171E0A;
}
.AnyTagClassName
{
color: #171E0A;
}
</style>
background-color css
<style>
a { background-color: #171E0A; }
a { background-color: rgb(23,30,10); }
div.DivClassName
{
background-color: #171E0A;
}
.BgClassName
{
background-color: #171E0A;
}
</style>
border-color css
<style>
span { border-color: #171E0A; }
span { border-color: rgb(23,30,10); }
td.TdClassName
{
border-color: #171E0A;
}
.TagClassName
{
border-color: #171E0A;
}
</style>