Shades of Pine Tree #1A300B
Tints of Pine Tree #1A300B
RGB
CMYK
RGB Variations
Color information
#1A300B (or 0x1A300B) is known color: Pine Tree. HEX triplet: 1A, 30 and 0B. RGB value is (26,48,11). Sum of RGB (Red+Green+Blue) = 26+48+11=85 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.59% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #1A300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A300B is #E5CFF4. Grayscale: #252525. Windows color (decimal): -15060981 or 733210. OLE color: 733210.
HSL color Cylindrical-coordinate representation of color #1A300B: hue angle of 95.68º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A300B is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 48 | 11 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.81 |
| HSL | 95.68º | 0.63% | 0.12% | - |
| HSV(B) | 95.68º | 0.77% | 0.19% | - |
| XYZ | 1.54 | 2.36 | 0.69 | - |
| YUV | 37.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 11 | 0.46 | 0 | 0.77 | 0.81 | 95.68 | 0.63 | 0.12 |
| Hex | 1A | 30 | B | 2E | 0 | 4D | 51 | 60 | 3F | C |
| Octal | 32 | 60 | 13 | 56 | 0 | 115 | 121 | 140 | 77 | 14 |
| Binary | 11010 | 110000 | 1011 | 101110 | 0 | 1001101 | 1010001 | 1100000 | 111111 | 1100 |
Color Harmonies of #1A300B
Complementary color
Monochromatic Colors of #1A300B
Black with #1A300B
Text Example
Text Example
White with #1A300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A300B; }
p { color: rgb(26,48,11); }
H1.HeaderClassName
{
color: #1A300B;
}
.AnyTagClassName
{
color: #1A300B;
}
</style>
background-color css
<style>
a { background-color: #1A300B; }
a { background-color: rgb(26,48,11); }
div.DivClassName
{
background-color: #1A300B;
}
.BgClassName
{
background-color: #1A300B;
}
</style>
border-color css
<style>
span { border-color: #1A300B; }
span { border-color: rgb(26,48,11); }
td.TdClassName
{
border-color: #1A300B;
}
.TagClassName
{
border-color: #1A300B;
}
</style>