Shades of Pine Tree #252E1C
Tints of Pine Tree #252E1C
RGB
CMYK
RGB Variations
Color information
#252E1C (or 0x252E1C) is known color: Pine Tree. HEX triplet: 25, 2E and 1C. RGB value is (37,46,28). Sum of RGB (Red+Green+Blue) = 37+46+28=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 46 (18.36% from 255 or 41.44% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 46 - color contains mainly: green. Hex color #252E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E1C is #DAD1E3. Grayscale: #292929. Windows color (decimal): -14340580 or 1846821. OLE color: 1846821.
HSL color Cylindrical-coordinate representation of color #252E1C: hue angle of 90º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #252E1C is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 37 | 46 | 28 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.82 |
| HSL | 90º | 0.24% | 0.15% | - |
| HSV(B) | 90º | 0.39% | 0.18% | - |
| XYZ | 1.95 | 2.43 | 1.47 | - |
| YUV | 41.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 46 | 28 | 0.20 | 0 | 0.39 | 0.82 | 90 | 0.24 | 0.15 |
| Hex | 25 | 2E | 1C | 14 | 0 | 27 | 52 | 5A | 18 | F |
| Octal | 45 | 56 | 34 | 24 | 0 | 47 | 122 | 132 | 30 | 17 |
| Binary | 100101 | 101110 | 11100 | 10100 | 0 | 100111 | 1010010 | 1011010 | 11000 | 1111 |
Color Harmonies of #252E1C
Complementary color
Monochromatic Colors of #252E1C
Black with #252E1C
Text Example
Text Example
White with #252E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252E1C; }
p { color: rgb(37,46,28); }
H1.HeaderClassName
{
color: #252E1C;
}
.AnyTagClassName
{
color: #252E1C;
}
</style>
background-color css
<style>
a { background-color: #252E1C; }
a { background-color: rgb(37,46,28); }
div.DivClassName
{
background-color: #252E1C;
}
.BgClassName
{
background-color: #252E1C;
}
</style>
border-color css
<style>
span { border-color: #252E1C; }
span { border-color: rgb(37,46,28); }
td.TdClassName
{
border-color: #252E1C;
}
.TagClassName
{
border-color: #252E1C;
}
</style>