Shades of Pine Tree #252A1F
Tints of Pine Tree #252A1F
RGB
CMYK
RGB Variations
Color information
#252A1F (or 0x252A1F) is known color: Pine Tree. HEX triplet: 25, 2A and 1F. RGB value is (37,42,31). Sum of RGB (Red+Green+Blue) = 37+42+31=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 42 - color contains mainly: green. Hex color #252A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A1F is #DAD5E0. Grayscale: #272727. Windows color (decimal): -14341601 or 2042405. OLE color: 2042405.
HSL color Cylindrical-coordinate representation of color #252A1F: hue angle of 87.27º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #252A1F is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 42 | 31 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.84 |
| HSL | 87.27º | 0.15% | 0.14% | - |
| HSV(B) | 87.27º | 0.26% | 0.16% | - |
| XYZ | 1.84 | 2.15 | 1.61 | - |
| YUV | 39.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 31 | 0.12 | 0 | 0.26 | 0.84 | 87.27 | 0.15 | 0.14 |
| Hex | 25 | 2A | 1F | C | 0 | 1A | 54 | 57 | F | E |
| Octal | 45 | 52 | 37 | 14 | 0 | 32 | 124 | 127 | 17 | 16 |
| Binary | 100101 | 101010 | 11111 | 1100 | 0 | 11010 | 1010100 | 1010111 | 1111 | 1110 |
Color Harmonies of #252A1F
Complementary color
Monochromatic Colors of #252A1F
Black with #252A1F
Text Example
Text Example
White with #252A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A1F; }
p { color: rgb(37,42,31); }
H1.HeaderClassName
{
color: #252A1F;
}
.AnyTagClassName
{
color: #252A1F;
}
</style>
background-color css
<style>
a { background-color: #252A1F; }
a { background-color: rgb(37,42,31); }
div.DivClassName
{
background-color: #252A1F;
}
.BgClassName
{
background-color: #252A1F;
}
</style>
border-color css
<style>
span { border-color: #252A1F; }
span { border-color: rgb(37,42,31); }
td.TdClassName
{
border-color: #252A1F;
}
.TagClassName
{
border-color: #252A1F;
}
</style>