Shades of Pine Tree #28390D
Tints of Pine Tree #28390D
RGB
CMYK
RGB Variations
Color information
#28390D (or 0x28390D) is known color: Pine Tree. HEX triplet: 28, 39 and 0D. RGB value is (40,57,13). Sum of RGB (Red+Green+Blue) = 40+57+13=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 57 (22.66% from 255 or 51.82% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 57 - color contains mainly: green. Hex color #28390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28390D is #D7C6F2. Grayscale: #2F2F2F. Windows color (decimal): -14141171 or 866600. OLE color: 866600.
HSL color Cylindrical-coordinate representation of color #28390D: hue angle of 83.18º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28390D is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 57 | 13 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.78 |
| HSL | 83.18º | 0.63% | 0.14% | - |
| HSV(B) | 83.18º | 0.77% | 0.22% | - |
| XYZ | 2.41 | 3.41 | 0.91 | - |
| YUV | 46.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 13 | 0.30 | 0 | 0.77 | 0.78 | 83.18 | 0.63 | 0.14 |
| Hex | 28 | 39 | D | 1E | 0 | 4D | 4E | 53 | 3F | E |
| Octal | 50 | 71 | 15 | 36 | 0 | 115 | 116 | 123 | 77 | 16 |
| Binary | 101000 | 111001 | 1101 | 11110 | 0 | 1001101 | 1001110 | 1010011 | 111111 | 1110 |
Color Harmonies of #28390D
Complementary color
Monochromatic Colors of #28390D
Black with #28390D
Text Example
Text Example
White with #28390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28390D; }
p { color: rgb(40,57,13); }
H1.HeaderClassName
{
color: #28390D;
}
.AnyTagClassName
{
color: #28390D;
}
</style>
background-color css
<style>
a { background-color: #28390D; }
a { background-color: rgb(40,57,13); }
div.DivClassName
{
background-color: #28390D;
}
.BgClassName
{
background-color: #28390D;
}
</style>
border-color css
<style>
span { border-color: #28390D; }
span { border-color: rgb(40,57,13); }
td.TdClassName
{
border-color: #28390D;
}
.TagClassName
{
border-color: #28390D;
}
</style>