Shades of Pine Tree #16270C
Tints of Pine Tree #16270C
RGB
CMYK
RGB Variations
Color information
#16270C (or 0x16270C) is known color: Pine Tree. HEX triplet: 16, 27 and 0C. RGB value is (22,39,12). Sum of RGB (Red+Green+Blue) = 22+39+12=73 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.14% from 73); Green value is 39 (15.62% from 255 or 53.42% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 39 - color contains mainly: green. Hex color #16270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16270C is #E9D8F3. Grayscale: #1E1E1E. Windows color (decimal): -15325428 or 796438. OLE color: 796438.
HSL color Cylindrical-coordinate representation of color #16270C: hue angle of 97.78º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #16270C is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 39 | 12 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.85 |
| HSL | 97.78º | 0.53% | 0.1% | - |
| HSV(B) | 97.78º | 0.69% | 0.15% | - |
| XYZ | 1.12 | 1.65 | 0.61 | - |
| YUV | 30.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 12 | 0.44 | 0 | 0.69 | 0.85 | 97.78 | 0.53 | 0.1 |
| Hex | 16 | 27 | C | 2C | 0 | 45 | 55 | 62 | 35 | A |
| Octal | 26 | 47 | 14 | 54 | 0 | 105 | 125 | 142 | 65 | 12 |
| Binary | 10110 | 100111 | 1100 | 101100 | 0 | 1000101 | 1010101 | 1100010 | 110101 | 1010 |
Color Harmonies of #16270C
Complementary color
Monochromatic Colors of #16270C
Black with #16270C
Text Example
Text Example
White with #16270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16270C; }
p { color: rgb(22,39,12); }
H1.HeaderClassName
{
color: #16270C;
}
.AnyTagClassName
{
color: #16270C;
}
</style>
background-color css
<style>
a { background-color: #16270C; }
a { background-color: rgb(22,39,12); }
div.DivClassName
{
background-color: #16270C;
}
.BgClassName
{
background-color: #16270C;
}
</style>
border-color css
<style>
span { border-color: #16270C; }
span { border-color: rgb(22,39,12); }
td.TdClassName
{
border-color: #16270C;
}
.TagClassName
{
border-color: #16270C;
}
</style>