Shades of Pine Tree #1E2B0C
Tints of Pine Tree #1E2B0C
RGB
CMYK
RGB Variations
Color information
#1E2B0C (or 0x1E2B0C) is known color: Pine Tree. HEX triplet: 1E, 2B and 0C. RGB value is (30,43,12). Sum of RGB (Red+Green+Blue) = 30+43+12=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 43 (17.19% from 255 or 50.59% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 43 - color contains mainly: green. Hex color #1E2B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2B0C is #E1D4F3. Grayscale: #232323. Windows color (decimal): -14800116 or 797470. OLE color: 797470.
HSL color Cylindrical-coordinate representation of color #1E2B0C: hue angle of 85.16º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E2B0C is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 30 | 43 | 12 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.83 |
| HSL | 85.16º | 0.56% | 0.11% | - |
| HSV(B) | 85.16º | 0.72% | 0.17% | - |
| XYZ | 1.47 | 2.03 | 0.66 | - |
| YUV | 35.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 43 | 12 | 0.30 | 0 | 0.72 | 0.83 | 85.16 | 0.56 | 0.11 |
| Hex | 1E | 2B | C | 1E | 0 | 48 | 53 | 55 | 38 | B |
| Octal | 36 | 53 | 14 | 36 | 0 | 110 | 123 | 125 | 70 | 13 |
| Binary | 11110 | 101011 | 1100 | 11110 | 0 | 1001000 | 1010011 | 1010101 | 111000 | 1011 |
Color Harmonies of #1E2B0C
Complementary color
Monochromatic Colors of #1E2B0C
Black with #1E2B0C
Text Example
Text Example
White with #1E2B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2B0C; }
p { color: rgb(30,43,12); }
H1.HeaderClassName
{
color: #1E2B0C;
}
.AnyTagClassName
{
color: #1E2B0C;
}
</style>
background-color css
<style>
a { background-color: #1E2B0C; }
a { background-color: rgb(30,43,12); }
div.DivClassName
{
background-color: #1E2B0C;
}
.BgClassName
{
background-color: #1E2B0C;
}
</style>
border-color css
<style>
span { border-color: #1E2B0C; }
span { border-color: rgb(30,43,12); }
td.TdClassName
{
border-color: #1E2B0C;
}
.TagClassName
{
border-color: #1E2B0C;
}
</style>