Shades of Pine Tree #253811
Tints of Pine Tree #253811
RGB
CMYK
RGB Variations
Color information
#253811 (or 0x253811) is known color: Pine Tree. HEX triplet: 25, 38 and 11. RGB value is (37,56,17). Sum of RGB (Red+Green+Blue) = 37+56+17=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #253811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253811 is #DAC7EE. Grayscale: #2E2E2E. Windows color (decimal): -14338031 or 1128485. OLE color: 1128485.
HSL color Cylindrical-coordinate representation of color #253811: hue angle of 89.23º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #253811 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 56 | 17 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.78 |
| HSL | 89.23º | 0.53% | 0.14% | - |
| HSV(B) | 89.23º | 0.7% | 0.22% | - |
| XYZ | 2.28 | 3.26 | 1.04 | - |
| YUV | 45.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 56 | 17 | 0.34 | 0 | 0.70 | 0.78 | 89.23 | 0.53 | 0.14 |
| Hex | 25 | 38 | 11 | 22 | 0 | 46 | 4E | 59 | 35 | E |
| Octal | 45 | 70 | 21 | 42 | 0 | 106 | 116 | 131 | 65 | 16 |
| Binary | 100101 | 111000 | 10001 | 100010 | 0 | 1000110 | 1001110 | 1011001 | 110101 | 1110 |
Color Harmonies of #253811
Complementary color
Monochromatic Colors of #253811
Black with #253811
Text Example
Text Example
White with #253811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253811; }
p { color: rgb(37,56,17); }
H1.HeaderClassName
{
color: #253811;
}
.AnyTagClassName
{
color: #253811;
}
</style>
background-color css
<style>
a { background-color: #253811; }
a { background-color: rgb(37,56,17); }
div.DivClassName
{
background-color: #253811;
}
.BgClassName
{
background-color: #253811;
}
</style>
border-color css
<style>
span { border-color: #253811; }
span { border-color: rgb(37,56,17); }
td.TdClassName
{
border-color: #253811;
}
.TagClassName
{
border-color: #253811;
}
</style>