Shades of Pine Tree #28380F
Tints of Pine Tree #28380F
RGB
CMYK
RGB Variations
Color information
#28380F (or 0x28380F) is known color: Pine Tree. HEX triplet: 28, 38 and 0F. RGB value is (40,56,15). Sum of RGB (Red+Green+Blue) = 40+56+15=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #28380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28380F is #D7C7F0. Grayscale: #2E2E2E. Windows color (decimal): -14141425 or 997416. OLE color: 997416.
HSL color Cylindrical-coordinate representation of color #28380F: hue angle of 83.41º degrees, saturation: 0.58, 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 #28380F is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 56 | 15 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.78 |
| HSL | 83.41º | 0.58% | 0.14% | - |
| HSV(B) | 83.41º | 0.73% | 0.22% | - |
| XYZ | 2.38 | 3.31 | 0.97 | - |
| YUV | 46.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 15 | 0.29 | 0 | 0.73 | 0.78 | 83.41 | 0.58 | 0.14 |
| Hex | 28 | 38 | F | 1D | 0 | 49 | 4E | 53 | 3A | E |
| Octal | 50 | 70 | 17 | 35 | 0 | 111 | 116 | 123 | 72 | 16 |
| Binary | 101000 | 111000 | 1111 | 11101 | 0 | 1001001 | 1001110 | 1010011 | 111010 | 1110 |
Color Harmonies of #28380F
Complementary color
Monochromatic Colors of #28380F
Black with #28380F
Text Example
Text Example
White with #28380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28380F; }
p { color: rgb(40,56,15); }
H1.HeaderClassName
{
color: #28380F;
}
.AnyTagClassName
{
color: #28380F;
}
</style>
background-color css
<style>
a { background-color: #28380F; }
a { background-color: rgb(40,56,15); }
div.DivClassName
{
background-color: #28380F;
}
.BgClassName
{
background-color: #28380F;
}
</style>
border-color css
<style>
span { border-color: #28380F; }
span { border-color: rgb(40,56,15); }
td.TdClassName
{
border-color: #28380F;
}
.TagClassName
{
border-color: #28380F;
}
</style>