Shades of Pine Tree #1A230D
Tints of Pine Tree #1A230D
RGB
CMYK
RGB Variations
Color information
#1A230D (or 0x1A230D) is known color: Pine Tree. HEX triplet: 1A, 23 and 0D. RGB value is (26,35,13). Sum of RGB (Red+Green+Blue) = 26+35+13=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #1A230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A230D is #E5DCF2. Grayscale: #1D1D1D. Windows color (decimal): -15064307 or 860954. OLE color: 860954.
HSL color Cylindrical-coordinate representation of color #1A230D: hue angle of 84.55º 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 #1A230D is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 26 | 35 | 13 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.86 |
| HSL | 84.55º | 0.46% | 0.09% | - |
| HSV(B) | 84.55º | 0.63% | 0.14% | - |
| XYZ | 1.1 | 1.45 | 0.6 | - |
| YUV | 29.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 35 | 13 | 0.26 | 0 | 0.63 | 0.86 | 84.55 | 0.46 | 0.09 |
| Hex | 1A | 23 | D | 1A | 0 | 3F | 56 | 55 | 2E | 9 |
| Octal | 32 | 43 | 15 | 32 | 0 | 77 | 126 | 125 | 56 | 11 |
| Binary | 11010 | 100011 | 1101 | 11010 | 0 | 111111 | 1010110 | 1010101 | 101110 | 1001 |
Color Harmonies of #1A230D
Complementary color
Monochromatic Colors of #1A230D
Black with #1A230D
Text Example
Text Example
White with #1A230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A230D; }
p { color: rgb(26,35,13); }
H1.HeaderClassName
{
color: #1A230D;
}
.AnyTagClassName
{
color: #1A230D;
}
</style>
background-color css
<style>
a { background-color: #1A230D; }
a { background-color: rgb(26,35,13); }
div.DivClassName
{
background-color: #1A230D;
}
.BgClassName
{
background-color: #1A230D;
}
</style>
border-color css
<style>
span { border-color: #1A230D; }
span { border-color: rgb(26,35,13); }
td.TdClassName
{
border-color: #1A230D;
}
.TagClassName
{
border-color: #1A230D;
}
</style>