Shades of Pine Tree #17210B
Tints of Pine Tree #17210B
RGB
CMYK
RGB Variations
Color information
#17210B (or 0x17210B) is known color: Pine Tree. HEX triplet: 17, 21 and 0B. RGB value is (23,33,11). Sum of RGB (Red+Green+Blue) = 23+33+11=67 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.33% from 67); Green value is 33 (13.28% from 255 or 49.25% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 33 - color contains mainly: green. Hex color #17210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17210B is #E8DEF4. Grayscale: #1B1B1B. Windows color (decimal): -15261429 or 729367. OLE color: 729367.
HSL color Cylindrical-coordinate representation of color #17210B: hue angle of 87.27º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #17210B is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 23 | 33 | 11 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.87 |
| HSL | 87.27º | 0.5% | 0.09% | - |
| HSV(B) | 87.27º | 0.67% | 0.13% | - |
| XYZ | 0.96 | 1.29 | 0.52 | - |
| YUV | 27.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 11 | 0.30 | 0 | 0.67 | 0.87 | 87.27 | 0.5 | 0.09 |
| Hex | 17 | 21 | B | 1E | 0 | 43 | 57 | 57 | 32 | 9 |
| Octal | 27 | 41 | 13 | 36 | 0 | 103 | 127 | 127 | 62 | 11 |
| Binary | 10111 | 100001 | 1011 | 11110 | 0 | 1000011 | 1010111 | 1010111 | 110010 | 1001 |
Color Harmonies of #17210B
Complementary color
Monochromatic Colors of #17210B
Black with #17210B
Text Example
Text Example
White with #17210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17210B; }
p { color: rgb(23,33,11); }
H1.HeaderClassName
{
color: #17210B;
}
.AnyTagClassName
{
color: #17210B;
}
</style>
background-color css
<style>
a { background-color: #17210B; }
a { background-color: rgb(23,33,11); }
div.DivClassName
{
background-color: #17210B;
}
.BgClassName
{
background-color: #17210B;
}
</style>
border-color css
<style>
span { border-color: #17210B; }
span { border-color: rgb(23,33,11); }
td.TdClassName
{
border-color: #17210B;
}
.TagClassName
{
border-color: #17210B;
}
</style>