Shades of Pine Tree #1E3608
Tints of Pine Tree #1E3608
RGB
CMYK
RGB Variations
Color information
#1E3608 (or 0x1E3608) is known color: Pine Tree. HEX triplet: 1E, 36 and 08. RGB value is (30,54,8). Sum of RGB (Red+Green+Blue) = 30+54+8=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 54 (21.48% from 255 or 58.70% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 54 - color contains mainly: green. Hex color #1E3608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3608 is #E1C9F7. Grayscale: #292929. Windows color (decimal): -14797304 or 538142. OLE color: 538142.
HSL color Cylindrical-coordinate representation of color #1E3608: hue angle of 91.3º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E3608 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 30 | 54 | 8 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.79 |
| HSL | 91.3º | 0.74% | 0.12% | - |
| HSV(B) | 91.3º | 0.85% | 0.21% | - |
| XYZ | 1.9 | 2.93 | 0.7 | - |
| YUV | 41.58 | 109.05 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 54 | 8 | 0.44 | 0 | 0.85 | 0.79 | 91.3 | 0.74 | 0.12 |
| Hex | 1E | 36 | 8 | 2C | 0 | 55 | 4F | 5B | 4A | C |
| Octal | 36 | 66 | 10 | 54 | 0 | 125 | 117 | 133 | 112 | 14 |
| Binary | 11110 | 110110 | 1000 | 101100 | 0 | 1010101 | 1001111 | 1011011 | 1001010 | 1100 |
Color Harmonies of #1E3608
Complementary color
Monochromatic Colors of #1E3608
Black with #1E3608
Text Example
Text Example
White with #1E3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3608; }
p { color: rgb(30,54,8); }
H1.HeaderClassName
{
color: #1E3608;
}
.AnyTagClassName
{
color: #1E3608;
}
</style>
background-color css
<style>
a { background-color: #1E3608; }
a { background-color: rgb(30,54,8); }
div.DivClassName
{
background-color: #1E3608;
}
.BgClassName
{
background-color: #1E3608;
}
</style>
border-color css
<style>
span { border-color: #1E3608; }
span { border-color: rgb(30,54,8); }
td.TdClassName
{
border-color: #1E3608;
}
.TagClassName
{
border-color: #1E3608;
}
</style>