Shades of Pine Tree #17280B
Tints of Pine Tree #17280B
RGB
CMYK
RGB Variations
Color information
#17280B (or 0x17280B) is known color: Pine Tree. HEX triplet: 17, 28 and 0B. RGB value is (23,40,11). Sum of RGB (Red+Green+Blue) = 23+40+11=74 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.08% from 74); Green value is 40 (16.02% from 255 or 54.05% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 40 - color contains mainly: green. Hex color #17280B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #17280B is #E8D7F4. Grayscale: #1F1F1F. Windows color (decimal): -15259637 or 731159. OLE color: 731159.
HSL color Cylindrical-coordinate representation of color #17280B: hue angle of 95.17º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #17280B is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 40 | 11 | - |
| CMYK | 0.43 | 0 | 0.72 | 0.84 |
| HSL | 95.17º | 0.57% | 0.1% | - |
| HSV(B) | 95.17º | 0.73% | 0.16% | - |
| XYZ | 1.17 | 1.72 | 0.59 | - |
| YUV | 31.61 | 116.37 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 11 | 0.43 | 0 | 0.72 | 0.84 | 95.17 | 0.57 | 0.1 |
| Hex | 17 | 28 | B | 2B | 0 | 48 | 54 | 5F | 39 | A |
| Octal | 27 | 50 | 13 | 53 | 0 | 110 | 124 | 137 | 71 | 12 |
| Binary | 10111 | 101000 | 1011 | 101011 | 0 | 1001000 | 1010100 | 1011111 | 111001 | 1010 |
Color Harmonies of #17280B
Complementary color
Monochromatic Colors of #17280B
Black with #17280B
Text Example
Text Example
White with #17280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17280B; }
p { color: rgb(23,40,11); }
H1.HeaderClassName
{
color: #17280B;
}
.AnyTagClassName
{
color: #17280B;
}
</style>
background-color css
<style>
a { background-color: #17280B; }
a { background-color: rgb(23,40,11); }
div.DivClassName
{
background-color: #17280B;
}
.BgClassName
{
background-color: #17280B;
}
</style>
border-color css
<style>
span { border-color: #17280B; }
span { border-color: rgb(23,40,11); }
td.TdClassName
{
border-color: #17280B;
}
.TagClassName
{
border-color: #17280B;
}
</style>