Shades of Pine Tree #18260B
Tints of Pine Tree #18260B
RGB
CMYK
RGB Variations
Color information
#18260B (or 0x18260B) is known color: Pine Tree. HEX triplet: 18, 26 and 0B. RGB value is (24,38,11). Sum of RGB (Red+Green+Blue) = 24+38+11=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #18260B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18260B is #E7D9F4. Grayscale: #1E1E1E. Windows color (decimal): -15194613 or 730648. OLE color: 730648.
HSL color Cylindrical-coordinate representation of color #18260B: hue angle of 91.11º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18260B is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 38 | 11 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.85 |
| HSL | 91.11º | 0.55% | 0.1% | - |
| HSV(B) | 91.11º | 0.71% | 0.15% | - |
| XYZ | 1.13 | 1.6 | 0.57 | - |
| YUV | 30.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 11 | 0.37 | 0 | 0.71 | 0.85 | 91.11 | 0.55 | 0.1 |
| Hex | 18 | 26 | B | 25 | 0 | 47 | 55 | 5B | 37 | A |
| Octal | 30 | 46 | 13 | 45 | 0 | 107 | 125 | 133 | 67 | 12 |
| Binary | 11000 | 100110 | 1011 | 100101 | 0 | 1000111 | 1010101 | 1011011 | 110111 | 1010 |
Color Harmonies of #18260B
Complementary color
Monochromatic Colors of #18260B
Black with #18260B
Text Example
Text Example
White with #18260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18260B; }
p { color: rgb(24,38,11); }
H1.HeaderClassName
{
color: #18260B;
}
.AnyTagClassName
{
color: #18260B;
}
</style>
background-color css
<style>
a { background-color: #18260B; }
a { background-color: rgb(24,38,11); }
div.DivClassName
{
background-color: #18260B;
}
.BgClassName
{
background-color: #18260B;
}
</style>
border-color css
<style>
span { border-color: #18260B; }
span { border-color: rgb(24,38,11); }
td.TdClassName
{
border-color: #18260B;
}
.TagClassName
{
border-color: #18260B;
}
</style>