Shades of Pine Tree #28360D
Tints of Pine Tree #28360D
RGB
CMYK
RGB Variations
Color information
#28360D (or 0x28360D) is known color: Pine Tree. HEX triplet: 28, 36 and 0D. RGB value is (40,54,13). Sum of RGB (Red+Green+Blue) = 40+54+13=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 54 (21.48% from 255 or 50.47% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 54 - color contains mainly: green. Hex color #28360D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28360D is #D7C9F2. Grayscale: #2D2D2D. Windows color (decimal): -14141939 or 865832. OLE color: 865832.
HSL color Cylindrical-coordinate representation of color #28360D: hue angle of 80.49º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28360D is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 40 | 54 | 13 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.79 |
| HSL | 80.49º | 0.61% | 0.13% | - |
| HSV(B) | 80.49º | 0.76% | 0.21% | - |
| XYZ | 2.27 | 3.12 | 0.86 | - |
| YUV | 45.14 | 109.86 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 13 | 0.26 | 0 | 0.76 | 0.79 | 80.49 | 0.61 | 0.13 |
| Hex | 28 | 36 | D | 1A | 0 | 4C | 4F | 50 | 3D | D |
| Octal | 50 | 66 | 15 | 32 | 0 | 114 | 117 | 120 | 75 | 15 |
| Binary | 101000 | 110110 | 1101 | 11010 | 0 | 1001100 | 1001111 | 1010000 | 111101 | 1101 |
Color Harmonies of #28360D
Complementary color
Monochromatic Colors of #28360D
Black with #28360D
Text Example
Text Example
White with #28360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28360D; }
p { color: rgb(40,54,13); }
H1.HeaderClassName
{
color: #28360D;
}
.AnyTagClassName
{
color: #28360D;
}
</style>
background-color css
<style>
a { background-color: #28360D; }
a { background-color: rgb(40,54,13); }
div.DivClassName
{
background-color: #28360D;
}
.BgClassName
{
background-color: #28360D;
}
</style>
border-color css
<style>
span { border-color: #28360D; }
span { border-color: rgb(40,54,13); }
td.TdClassName
{
border-color: #28360D;
}
.TagClassName
{
border-color: #28360D;
}
</style>