Shades of Pine Tree #28390F
Tints of Pine Tree #28390F
RGB
CMYK
RGB Variations
Color information
#28390F (or 0x28390F) is known color: Pine Tree. HEX triplet: 28, 39 and 0F. RGB value is (40,57,15). Sum of RGB (Red+Green+Blue) = 40+57+15=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #28390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28390F is #D7C6F0. Grayscale: #2F2F2F. Windows color (decimal): -14141169 or 997672. OLE color: 997672.
HSL color Cylindrical-coordinate representation of color #28390F: hue angle of 84.29º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28390F is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 57 | 15 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.78 |
| HSL | 84.29º | 0.58% | 0.14% | - |
| HSV(B) | 84.29º | 0.74% | 0.22% | - |
| XYZ | 2.42 | 3.41 | 0.98 | - |
| YUV | 47.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 15 | 0.30 | 0 | 0.74 | 0.78 | 84.29 | 0.58 | 0.14 |
| Hex | 28 | 39 | F | 1E | 0 | 4A | 4E | 54 | 3A | E |
| Octal | 50 | 71 | 17 | 36 | 0 | 112 | 116 | 124 | 72 | 16 |
| Binary | 101000 | 111001 | 1111 | 11110 | 0 | 1001010 | 1001110 | 1010100 | 111010 | 1110 |
Color Harmonies of #28390F
Complementary color
Monochromatic Colors of #28390F
Black with #28390F
Text Example
Text Example
White with #28390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28390F; }
p { color: rgb(40,57,15); }
H1.HeaderClassName
{
color: #28390F;
}
.AnyTagClassName
{
color: #28390F;
}
</style>
background-color css
<style>
a { background-color: #28390F; }
a { background-color: rgb(40,57,15); }
div.DivClassName
{
background-color: #28390F;
}
.BgClassName
{
background-color: #28390F;
}
</style>
border-color css
<style>
span { border-color: #28390F; }
span { border-color: rgb(40,57,15); }
td.TdClassName
{
border-color: #28390F;
}
.TagClassName
{
border-color: #28390F;
}
</style>