Shades of Pine Tree #28370F
Tints of Pine Tree #28370F
RGB
CMYK
RGB Variations
Color information
#28370F (or 0x28370F) is known color: Pine Tree. HEX triplet: 28, 37 and 0F. RGB value is (40,55,15). Sum of RGB (Red+Green+Blue) = 40+55+15=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #28370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28370F is #D7C8F0. Grayscale: #2E2E2E. Windows color (decimal): -14141681 or 997160. OLE color: 997160.
HSL color Cylindrical-coordinate representation of color #28370F: hue angle of 82.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28370F is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 55 | 15 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.78 |
| HSL | 82.5º | 0.57% | 0.14% | - |
| HSV(B) | 82.5º | 0.73% | 0.22% | - |
| XYZ | 2.33 | 3.22 | 0.95 | - |
| YUV | 45.96 | 110.53 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 15 | 0.27 | 0 | 0.73 | 0.78 | 82.5 | 0.57 | 0.14 |
| Hex | 28 | 37 | F | 1B | 0 | 49 | 4E | 52 | 39 | E |
| Octal | 50 | 67 | 17 | 33 | 0 | 111 | 116 | 122 | 71 | 16 |
| Binary | 101000 | 110111 | 1111 | 11011 | 0 | 1001001 | 1001110 | 1010010 | 111001 | 1110 |
Color Harmonies of #28370F
Complementary color
Monochromatic Colors of #28370F
Black with #28370F
Text Example
Text Example
White with #28370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28370F; }
p { color: rgb(40,55,15); }
H1.HeaderClassName
{
color: #28370F;
}
.AnyTagClassName
{
color: #28370F;
}
</style>
background-color css
<style>
a { background-color: #28370F; }
a { background-color: rgb(40,55,15); }
div.DivClassName
{
background-color: #28370F;
}
.BgClassName
{
background-color: #28370F;
}
</style>
border-color css
<style>
span { border-color: #28370F; }
span { border-color: rgb(40,55,15); }
td.TdClassName
{
border-color: #28370F;
}
.TagClassName
{
border-color: #28370F;
}
</style>