Shades of Pine Tree #28370E
Tints of Pine Tree #28370E
RGB
CMYK
RGB Variations
Color information
#28370E (or 0x28370E) is known color: Pine Tree. HEX triplet: 28, 37 and 0E. RGB value is (40,55,14). Sum of RGB (Red+Green+Blue) = 40+55+14=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 55 (21.88% from 255 or 50.46% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 55 - color contains mainly: green. Hex color #28370E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28370E is #D7C8F1. Grayscale: #2D2D2D. Windows color (decimal): -14141682 or 931624. OLE color: 931624.
HSL color Cylindrical-coordinate representation of color #28370E: hue angle of 81.95º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28370E is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 55 | 14 | - |
| CMYK | 0.27 | 0 | 0.75 | 0.78 |
| HSL | 81.95º | 0.59% | 0.14% | - |
| HSV(B) | 81.95º | 0.75% | 0.22% | - |
| XYZ | 2.32 | 3.22 | 0.91 | - |
| YUV | 45.84 | 110.03 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 14 | 0.27 | 0 | 0.75 | 0.78 | 81.95 | 0.59 | 0.14 |
| Hex | 28 | 37 | E | 1B | 0 | 4B | 4E | 52 | 3B | E |
| Octal | 50 | 67 | 16 | 33 | 0 | 113 | 116 | 122 | 73 | 16 |
| Binary | 101000 | 110111 | 1110 | 11011 | 0 | 1001011 | 1001110 | 1010010 | 111011 | 1110 |
Color Harmonies of #28370E
Complementary color
Monochromatic Colors of #28370E
Black with #28370E
Text Example
Text Example
White with #28370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28370E; }
p { color: rgb(40,55,14); }
H1.HeaderClassName
{
color: #28370E;
}
.AnyTagClassName
{
color: #28370E;
}
</style>
background-color css
<style>
a { background-color: #28370E; }
a { background-color: rgb(40,55,14); }
div.DivClassName
{
background-color: #28370E;
}
.BgClassName
{
background-color: #28370E;
}
</style>
border-color css
<style>
span { border-color: #28370E; }
span { border-color: rgb(40,55,14); }
td.TdClassName
{
border-color: #28370E;
}
.TagClassName
{
border-color: #28370E;
}
</style>