Shades of Pine Tree #252E15
Tints of Pine Tree #252E15
RGB
CMYK
RGB Variations
Color information
#252E15 (or 0x252E15) is known color: Pine Tree. HEX triplet: 25, 2E and 15. RGB value is (37,46,21). Sum of RGB (Red+Green+Blue) = 37+46+21=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 46 - color contains mainly: green. Hex color #252E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252E15 is #DAD1EA. Grayscale: #282828. Windows color (decimal): -14340587 or 1388069. OLE color: 1388069.
HSL color Cylindrical-coordinate representation of color #252E15: hue angle of 81.6º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #252E15 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 46 | 21 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.82 |
| HSL | 81.6º | 0.37% | 0.13% | - |
| HSV(B) | 81.6º | 0.54% | 0.18% | - |
| XYZ | 1.88 | 2.4 | 1.07 | - |
| YUV | 40.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 46 | 21 | 0.20 | 0 | 0.54 | 0.82 | 81.6 | 0.37 | 0.13 |
| Hex | 25 | 2E | 15 | 14 | 0 | 36 | 52 | 52 | 25 | D |
| Octal | 45 | 56 | 25 | 24 | 0 | 66 | 122 | 122 | 45 | 15 |
| Binary | 100101 | 101110 | 10101 | 10100 | 0 | 110110 | 1010010 | 1010010 | 100101 | 1101 |
Color Harmonies of #252E15
Complementary color
Monochromatic Colors of #252E15
Black with #252E15
Text Example
Text Example
White with #252E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252E15; }
p { color: rgb(37,46,21); }
H1.HeaderClassName
{
color: #252E15;
}
.AnyTagClassName
{
color: #252E15;
}
</style>
background-color css
<style>
a { background-color: #252E15; }
a { background-color: rgb(37,46,21); }
div.DivClassName
{
background-color: #252E15;
}
.BgClassName
{
background-color: #252E15;
}
</style>
border-color css
<style>
span { border-color: #252E15; }
span { border-color: rgb(37,46,21); }
td.TdClassName
{
border-color: #252E15;
}
.TagClassName
{
border-color: #252E15;
}
</style>