Shades of Pine Tree #1E380B
Tints of Pine Tree #1E380B
RGB
CMYK
RGB Variations
Color information
#1E380B (or 0x1E380B) is known color: Pine Tree. HEX triplet: 1E, 38 and 0B. RGB value is (30,56,11). Sum of RGB (Red+Green+Blue) = 30+56+11=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 56 (22.27% from 255 or 57.73% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 56 - color contains mainly: green. Hex color #1E380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E380B is #E1C7F4. Grayscale: #2B2B2B. Windows color (decimal): -14796789 or 735262. OLE color: 735262.
HSL color Cylindrical-coordinate representation of color #1E380B: hue angle of 94.67º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E380B is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 56 | 11 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.78 |
| HSL | 94.67º | 0.67% | 0.13% | - |
| HSV(B) | 94.67º | 0.8% | 0.22% | - |
| XYZ | 2.01 | 3.13 | 0.81 | - |
| YUV | 43.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 56 | 11 | 0.46 | 0 | 0.80 | 0.78 | 94.67 | 0.67 | 0.13 |
| Hex | 1E | 38 | B | 2E | 0 | 50 | 4E | 5F | 43 | D |
| Octal | 36 | 70 | 13 | 56 | 0 | 120 | 116 | 137 | 103 | 15 |
| Binary | 11110 | 111000 | 1011 | 101110 | 0 | 1010000 | 1001110 | 1011111 | 1000011 | 1101 |
Color Harmonies of #1E380B
Complementary color
Monochromatic Colors of #1E380B
Black with #1E380B
Text Example
Text Example
White with #1E380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E380B; }
p { color: rgb(30,56,11); }
H1.HeaderClassName
{
color: #1E380B;
}
.AnyTagClassName
{
color: #1E380B;
}
</style>
background-color css
<style>
a { background-color: #1E380B; }
a { background-color: rgb(30,56,11); }
div.DivClassName
{
background-color: #1E380B;
}
.BgClassName
{
background-color: #1E380B;
}
</style>
border-color css
<style>
span { border-color: #1E380B; }
span { border-color: rgb(30,56,11); }
td.TdClassName
{
border-color: #1E380B;
}
.TagClassName
{
border-color: #1E380B;
}
</style>