Shades of Pine Tree #18220B
Tints of Pine Tree #18220B
RGB
CMYK
RGB Variations
Color information
#18220B (or 0x18220B) is known color: Pine Tree. HEX triplet: 18, 22 and 0B. RGB value is (24,34,11). Sum of RGB (Red+Green+Blue) = 24+34+11=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 34 (13.67% from 255 or 49.28% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 34 - color contains mainly: green. Hex color #18220B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18220B is #E7DDF4. Grayscale: #1C1C1C. Windows color (decimal): -15195637 or 729624. OLE color: 729624.
HSL color Cylindrical-coordinate representation of color #18220B: hue angle of 86.09º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18220B is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 34 | 11 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.87 |
| HSL | 86.09º | 0.51% | 0.09% | - |
| HSV(B) | 86.09º | 0.68% | 0.13% | - |
| XYZ | 1.01 | 1.36 | 0.53 | - |
| YUV | 28.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 34 | 11 | 0.29 | 0 | 0.68 | 0.87 | 86.09 | 0.51 | 0.09 |
| Hex | 18 | 22 | B | 1D | 0 | 44 | 57 | 56 | 33 | 9 |
| Octal | 30 | 42 | 13 | 35 | 0 | 104 | 127 | 126 | 63 | 11 |
| Binary | 11000 | 100010 | 1011 | 11101 | 0 | 1000100 | 1010111 | 1010110 | 110011 | 1001 |
Color Harmonies of #18220B
Complementary color
Monochromatic Colors of #18220B
Black with #18220B
Text Example
Text Example
White with #18220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18220B; }
p { color: rgb(24,34,11); }
H1.HeaderClassName
{
color: #18220B;
}
.AnyTagClassName
{
color: #18220B;
}
</style>
background-color css
<style>
a { background-color: #18220B; }
a { background-color: rgb(24,34,11); }
div.DivClassName
{
background-color: #18220B;
}
.BgClassName
{
background-color: #18220B;
}
</style>
border-color css
<style>
span { border-color: #18220B; }
span { border-color: rgb(24,34,11); }
td.TdClassName
{
border-color: #18220B;
}
.TagClassName
{
border-color: #18220B;
}
</style>