Shades of Pine Tree #252A1E
Tints of Pine Tree #252A1E
RGB
CMYK
RGB Variations
Color information
#252A1E (or 0x252A1E) is known color: Pine Tree. HEX triplet: 25, 2A and 1E. RGB value is (37,42,30). Sum of RGB (Red+Green+Blue) = 37+42+30=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 42 (16.80% from 255 or 38.53% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 42 - color contains mainly: green. Hex color #252A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A1E is #DAD5E1. Grayscale: #272727. Windows color (decimal): -14341602 or 1976869. OLE color: 1976869.
HSL color Cylindrical-coordinate representation of color #252A1E: hue angle of 85º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #252A1E is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 37 | 42 | 30 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.84 |
| HSL | 85º | 0.17% | 0.14% | - |
| HSV(B) | 85º | 0.29% | 0.16% | - |
| XYZ | 1.83 | 2.14 | 1.55 | - |
| YUV | 39.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 42 | 30 | 0.12 | 0 | 0.29 | 0.84 | 85 | 0.17 | 0.14 |
| Hex | 25 | 2A | 1E | C | 0 | 1D | 54 | 55 | 11 | E |
| Octal | 45 | 52 | 36 | 14 | 0 | 35 | 124 | 125 | 21 | 16 |
| Binary | 100101 | 101010 | 11110 | 1100 | 0 | 11101 | 1010100 | 1010101 | 10001 | 1110 |
Color Harmonies of #252A1E
Complementary color
Monochromatic Colors of #252A1E
Black with #252A1E
Text Example
Text Example
White with #252A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252A1E; }
p { color: rgb(37,42,30); }
H1.HeaderClassName
{
color: #252A1E;
}
.AnyTagClassName
{
color: #252A1E;
}
</style>
background-color css
<style>
a { background-color: #252A1E; }
a { background-color: rgb(37,42,30); }
div.DivClassName
{
background-color: #252A1E;
}
.BgClassName
{
background-color: #252A1E;
}
</style>
border-color css
<style>
span { border-color: #252A1E; }
span { border-color: rgb(37,42,30); }
td.TdClassName
{
border-color: #252A1E;
}
.TagClassName
{
border-color: #252A1E;
}
</style>