Shades of Pine Tree #16230D
Tints of Pine Tree #16230D
RGB
CMYK
RGB Variations
Color information
#16230D (or 0x16230D) is known color: Pine Tree. HEX triplet: 16, 23 and 0D. RGB value is (22,35,13). Sum of RGB (Red+Green+Blue) = 22+35+13=70 (9% of max value = 765). Red value is 22 (8.98% from 255 or 31.43% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 35 - color contains mainly: green. Hex color #16230D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16230D is #E9DCF2. Grayscale: #1C1C1C. Windows color (decimal): -15326451 or 860950. OLE color: 860950.
HSL color Cylindrical-coordinate representation of color #16230D: hue angle of 95.45º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #16230D is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 22 | 35 | 13 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.86 |
| HSL | 95.45º | 0.46% | 0.09% | - |
| HSV(B) | 95.45º | 0.63% | 0.14% | - |
| XYZ | 1 | 1.4 | 0.6 | - |
| YUV | 28.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 35 | 13 | 0.37 | 0 | 0.63 | 0.86 | 95.45 | 0.46 | 0.09 |
| Hex | 16 | 23 | D | 25 | 0 | 3F | 56 | 5F | 2E | 9 |
| Octal | 26 | 43 | 15 | 45 | 0 | 77 | 126 | 137 | 56 | 11 |
| Binary | 10110 | 100011 | 1101 | 100101 | 0 | 111111 | 1010110 | 1011111 | 101110 | 1001 |
Color Harmonies of #16230D
Complementary color
Monochromatic Colors of #16230D
Black with #16230D
Text Example
Text Example
White with #16230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16230D; }
p { color: rgb(22,35,13); }
H1.HeaderClassName
{
color: #16230D;
}
.AnyTagClassName
{
color: #16230D;
}
</style>
background-color css
<style>
a { background-color: #16230D; }
a { background-color: rgb(22,35,13); }
div.DivClassName
{
background-color: #16230D;
}
.BgClassName
{
background-color: #16230D;
}
</style>
border-color css
<style>
span { border-color: #16230D; }
span { border-color: rgb(22,35,13); }
td.TdClassName
{
border-color: #16230D;
}
.TagClassName
{
border-color: #16230D;
}
</style>