Shades of Pine Tree #171E0F
Tints of Pine Tree #171E0F
RGB
CMYK
RGB Variations
Color information
#171E0F (or 0x171E0F) is known color: Pine Tree. HEX triplet: 17, 1E and 0F. RGB value is (23,30,15). Sum of RGB (Red+Green+Blue) = 23+30+15=68 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.82% from 68); Green value is 30 (12.11% from 255 or 44.12% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 30 - color contains mainly: green. Hex color #171E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171E0F is #E8E1F0. Grayscale: #1A1A1A. Windows color (decimal): -15262193 or 990743. OLE color: 990743.
HSL color Cylindrical-coordinate representation of color #171E0F: hue angle of 88º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #171E0F is Cyan = 0.23, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 30 | 15 | - |
| CMYK | 0.23 | 0 | 0.5 | 0.88 |
| HSL | 88º | 0.33% | 0.09% | - |
| HSV(B) | 88º | 0.5% | 0.12% | - |
| XYZ | 0.9 | 1.15 | 0.63 | - |
| YUV | 26.2 | 121.68 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 30 | 15 | 0.23 | 0 | 0.5 | 0.88 | 88 | 0.33 | 0.09 |
| Hex | 17 | 1E | F | 17 | 0 | 32 | 58 | 58 | 21 | 9 |
| Octal | 27 | 36 | 17 | 27 | 0 | 62 | 130 | 130 | 41 | 11 |
| Binary | 10111 | 11110 | 1111 | 10111 | 0 | 110010 | 1011000 | 1011000 | 100001 | 1001 |
Color Harmonies of #171E0F
Complementary color
Monochromatic Colors of #171E0F
Black with #171E0F
Text Example
Text Example
White with #171E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171E0F; }
p { color: rgb(23,30,15); }
H1.HeaderClassName
{
color: #171E0F;
}
.AnyTagClassName
{
color: #171E0F;
}
</style>
background-color css
<style>
a { background-color: #171E0F; }
a { background-color: rgb(23,30,15); }
div.DivClassName
{
background-color: #171E0F;
}
.BgClassName
{
background-color: #171E0F;
}
</style>
border-color css
<style>
span { border-color: #171E0F; }
span { border-color: rgb(23,30,15); }
td.TdClassName
{
border-color: #171E0F;
}
.TagClassName
{
border-color: #171E0F;
}
</style>