Shades of Pine Tree #1E2613
Tints of Pine Tree #1E2613
RGB
CMYK
RGB Variations
Color information
#1E2613 (or 0x1E2613) is known color: Pine Tree. HEX triplet: 1E, 26 and 13. RGB value is (30,38,19). Sum of RGB (Red+Green+Blue) = 30+38+19=87 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.48% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 38 - color contains mainly: green. Hex color #1E2613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2613 is #E1D9EC. Grayscale: #212121. Windows color (decimal): -14801389 or 1254942. OLE color: 1254942.
HSL color Cylindrical-coordinate representation of color #1E2613: hue angle of 85.26º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E2613 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 38 | 19 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.85 |
| HSL | 85.26º | 0.33% | 0.11% | - |
| HSV(B) | 85.26º | 0.5% | 0.15% | - |
| XYZ | 1.35 | 1.71 | 0.88 | - |
| YUV | 33.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 38 | 19 | 0.21 | 0 | 0.50 | 0.85 | 85.26 | 0.33 | 0.11 |
| Hex | 1E | 26 | 13 | 15 | 0 | 32 | 55 | 55 | 21 | B |
| Octal | 36 | 46 | 23 | 25 | 0 | 62 | 125 | 125 | 41 | 13 |
| Binary | 11110 | 100110 | 10011 | 10101 | 0 | 110010 | 1010101 | 1010101 | 100001 | 1011 |
Color Harmonies of #1E2613
Complementary color
Monochromatic Colors of #1E2613
Black with #1E2613
Text Example
Text Example
White with #1E2613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2613; }
p { color: rgb(30,38,19); }
H1.HeaderClassName
{
color: #1E2613;
}
.AnyTagClassName
{
color: #1E2613;
}
</style>
background-color css
<style>
a { background-color: #1E2613; }
a { background-color: rgb(30,38,19); }
div.DivClassName
{
background-color: #1E2613;
}
.BgClassName
{
background-color: #1E2613;
}
</style>
border-color css
<style>
span { border-color: #1E2613; }
span { border-color: rgb(30,38,19); }
td.TdClassName
{
border-color: #1E2613;
}
.TagClassName
{
border-color: #1E2613;
}
</style>