Shades of Pine Tree #10180B
Tints of Pine Tree #10180B
RGB
CMYK
RGB Variations
Color information
#10180B (or 0x10180B) is known color: Pine Tree. HEX triplet: 10, 18 and 0B. RGB value is (16,24,11). Sum of RGB (Red+Green+Blue) = 16+24+11=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 24 - color contains mainly: green. Hex color #10180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10180B is #EFE7F4. Grayscale: #141414. Windows color (decimal): -15722485 or 727056. OLE color: 727056.
HSL color Cylindrical-coordinate representation of color #10180B: hue angle of 96.92º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #10180B is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 16 | 24 | 11 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.91 |
| HSL | 96.92º | 0.37% | 0.07% | - |
| HSV(B) | 96.92º | 0.54% | 0.09% | - |
| XYZ | 0.6 | 0.79 | 0.44 | - |
| YUV | 20.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 11 | 0.33 | 0 | 0.54 | 0.91 | 96.92 | 0.37 | 0.07 |
| Hex | 10 | 18 | B | 21 | 0 | 36 | 5B | 61 | 25 | 7 |
| Octal | 20 | 30 | 13 | 41 | 0 | 66 | 133 | 141 | 45 | 7 |
| Binary | 10000 | 11000 | 1011 | 100001 | 0 | 110110 | 1011011 | 1100001 | 100101 | 111 |
Color Harmonies of #10180B
Complementary color
Monochromatic Colors of #10180B
Black with #10180B
Text Example
Text Example
White with #10180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10180B; }
p { color: rgb(16,24,11); }
H1.HeaderClassName
{
color: #10180B;
}
.AnyTagClassName
{
color: #10180B;
}
</style>
background-color css
<style>
a { background-color: #10180B; }
a { background-color: rgb(16,24,11); }
div.DivClassName
{
background-color: #10180B;
}
.BgClassName
{
background-color: #10180B;
}
</style>
border-color css
<style>
span { border-color: #10180B; }
span { border-color: rgb(16,24,11); }
td.TdClassName
{
border-color: #10180B;
}
.TagClassName
{
border-color: #10180B;
}
</style>