Shades of Pine Tree #1A230B
Tints of Pine Tree #1A230B
RGB
CMYK
RGB Variations
Color information
#1A230B (or 0x1A230B) is known color: Pine Tree. HEX triplet: 1A, 23 and 0B. RGB value is (26,35,11). Sum of RGB (Red+Green+Blue) = 26+35+11=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #1A230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A230B is #E5DCF4. Grayscale: #1D1D1D. Windows color (decimal): -15064309 or 729882. OLE color: 729882.
HSL color Cylindrical-coordinate representation of color #1A230B: hue angle of 82.5º degrees, saturation: 0.52, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A230B is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 26 | 35 | 11 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.86 |
| HSL | 82.5º | 0.52% | 0.09% | - |
| HSV(B) | 82.5º | 0.69% | 0.14% | - |
| XYZ | 1.09 | 1.45 | 0.54 | - |
| YUV | 29.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 35 | 11 | 0.26 | 0 | 0.69 | 0.86 | 82.5 | 0.52 | 0.09 |
| Hex | 1A | 23 | B | 1A | 0 | 45 | 56 | 52 | 34 | 9 |
| Octal | 32 | 43 | 13 | 32 | 0 | 105 | 126 | 122 | 64 | 11 |
| Binary | 11010 | 100011 | 1011 | 11010 | 0 | 1000101 | 1010110 | 1010010 | 110100 | 1001 |
Color Harmonies of #1A230B
Complementary color
Monochromatic Colors of #1A230B
Black with #1A230B
Text Example
Text Example
White with #1A230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A230B; }
p { color: rgb(26,35,11); }
H1.HeaderClassName
{
color: #1A230B;
}
.AnyTagClassName
{
color: #1A230B;
}
</style>
background-color css
<style>
a { background-color: #1A230B; }
a { background-color: rgb(26,35,11); }
div.DivClassName
{
background-color: #1A230B;
}
.BgClassName
{
background-color: #1A230B;
}
</style>
border-color css
<style>
span { border-color: #1A230B; }
span { border-color: rgb(26,35,11); }
td.TdClassName
{
border-color: #1A230B;
}
.TagClassName
{
border-color: #1A230B;
}
</style>