Shades of Pine Tree #171F0B
Tints of Pine Tree #171F0B
RGB
CMYK
RGB Variations
Color information
#171F0B (or 0x171F0B) is known color: Pine Tree. HEX triplet: 17, 1F and 0B. RGB value is (23,31,11). Sum of RGB (Red+Green+Blue) = 23+31+11=65 (8% of max value = 765). Red value is 23 (9.38% from 255 or 35.38% from 65); Green value is 31 (12.5% from 255 or 47.69% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 31 - color contains mainly: green. Hex color #171F0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #171F0B is #E8E0F4. Grayscale: #1A1A1A. Windows color (decimal): -15261941 or 728855. OLE color: 728855.
HSL color Cylindrical-coordinate representation of color #171F0B: hue angle of 84º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #171F0B is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 31 | 11 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.88 |
| HSL | 84º | 0.48% | 0.08% | - |
| HSV(B) | 84º | 0.65% | 0.12% | - |
| XYZ | 0.9 | 1.19 | 0.5 | - |
| YUV | 26.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 11 | 0.26 | 0 | 0.65 | 0.88 | 84 | 0.48 | 0.08 |
| Hex | 17 | 1F | B | 1A | 0 | 41 | 58 | 54 | 30 | 8 |
| Octal | 27 | 37 | 13 | 32 | 0 | 101 | 130 | 124 | 60 | 10 |
| Binary | 10111 | 11111 | 1011 | 11010 | 0 | 1000001 | 1011000 | 1010100 | 110000 | 1000 |
Color Harmonies of #171F0B
Complementary color
Monochromatic Colors of #171F0B
Black with #171F0B
Text Example
Text Example
White with #171F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F0B; }
p { color: rgb(23,31,11); }
H1.HeaderClassName
{
color: #171F0B;
}
.AnyTagClassName
{
color: #171F0B;
}
</style>
background-color css
<style>
a { background-color: #171F0B; }
a { background-color: rgb(23,31,11); }
div.DivClassName
{
background-color: #171F0B;
}
.BgClassName
{
background-color: #171F0B;
}
</style>
border-color css
<style>
span { border-color: #171F0B; }
span { border-color: rgb(23,31,11); }
td.TdClassName
{
border-color: #171F0B;
}
.TagClassName
{
border-color: #171F0B;
}
</style>