Shades of Pine Tree #253418
Tints of Pine Tree #253418
RGB
CMYK
RGB Variations
Color information
#253418 (or 0x253418) is known color: Pine Tree. HEX triplet: 25, 34 and 18. RGB value is (37,52,24). Sum of RGB (Red+Green+Blue) = 37+52+24=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #253418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253418 is #DACBE7. Grayscale: #2C2C2C. Windows color (decimal): -14339048 or 1586213. OLE color: 1586213.
HSL color Cylindrical-coordinate representation of color #253418: hue angle of 92.14º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #253418 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 52 | 24 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.80 |
| HSL | 92.14º | 0.37% | 0.15% | - |
| HSV(B) | 92.14º | 0.54% | 0.2% | - |
| XYZ | 2.16 | 2.92 | 1.31 | - |
| YUV | 44.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 52 | 24 | 0.29 | 0 | 0.54 | 0.80 | 92.14 | 0.37 | 0.15 |
| Hex | 25 | 34 | 18 | 1D | 0 | 36 | 50 | 5C | 25 | F |
| Octal | 45 | 64 | 30 | 35 | 0 | 66 | 120 | 134 | 45 | 17 |
| Binary | 100101 | 110100 | 11000 | 11101 | 0 | 110110 | 1010000 | 1011100 | 100101 | 1111 |
Color Harmonies of #253418
Complementary color
Monochromatic Colors of #253418
Black with #253418
Text Example
Text Example
White with #253418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253418; }
p { color: rgb(37,52,24); }
H1.HeaderClassName
{
color: #253418;
}
.AnyTagClassName
{
color: #253418;
}
</style>
background-color css
<style>
a { background-color: #253418; }
a { background-color: rgb(37,52,24); }
div.DivClassName
{
background-color: #253418;
}
.BgClassName
{
background-color: #253418;
}
</style>
border-color css
<style>
span { border-color: #253418; }
span { border-color: rgb(37,52,24); }
td.TdClassName
{
border-color: #253418;
}
.TagClassName
{
border-color: #253418;
}
</style>