Shades of Pine Tree #1A2C0F
Tints of Pine Tree #1A2C0F
RGB
CMYK
RGB Variations
Color information
#1A2C0F (or 0x1A2C0F) is known color: Pine Tree. HEX triplet: 1A, 2C and 0F. RGB value is (26,44,15). Sum of RGB (Red+Green+Blue) = 26+44+15=85 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.59% from 85); Green value is 44 (17.58% from 255 or 51.76% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 44 - color contains mainly: green. Hex color #1A2C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2C0F is #E5D3F0. Grayscale: #232323. Windows color (decimal): -15062001 or 994330. OLE color: 994330.
HSL color Cylindrical-coordinate representation of color #1A2C0F: hue angle of 97.24º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1A2C0F is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 26 | 44 | 15 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.83 |
| HSL | 97.24º | 0.49% | 0.12% | - |
| HSV(B) | 97.24º | 0.66% | 0.17% | - |
| XYZ | 1.41 | 2.06 | 0.77 | - |
| YUV | 35.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 44 | 15 | 0.41 | 0 | 0.66 | 0.83 | 97.24 | 0.49 | 0.12 |
| Hex | 1A | 2C | F | 29 | 0 | 42 | 53 | 61 | 31 | C |
| Octal | 32 | 54 | 17 | 51 | 0 | 102 | 123 | 141 | 61 | 14 |
| Binary | 11010 | 101100 | 1111 | 101001 | 0 | 1000010 | 1010011 | 1100001 | 110001 | 1100 |
Color Harmonies of #1A2C0F
Complementary color
Monochromatic Colors of #1A2C0F
Black with #1A2C0F
Text Example
Text Example
White with #1A2C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2C0F; }
p { color: rgb(26,44,15); }
H1.HeaderClassName
{
color: #1A2C0F;
}
.AnyTagClassName
{
color: #1A2C0F;
}
</style>
background-color css
<style>
a { background-color: #1A2C0F; }
a { background-color: rgb(26,44,15); }
div.DivClassName
{
background-color: #1A2C0F;
}
.BgClassName
{
background-color: #1A2C0F;
}
</style>
border-color css
<style>
span { border-color: #1A2C0F; }
span { border-color: rgb(26,44,15); }
td.TdClassName
{
border-color: #1A2C0F;
}
.TagClassName
{
border-color: #1A2C0F;
}
</style>