Shades of Pine Tree #253210
Tints of Pine Tree #253210
RGB
CMYK
RGB Variations
Color information
#253210 (or 0x253210) is known color: Pine Tree. HEX triplet: 25, 32 and 10. RGB value is (37,50,16). Sum of RGB (Red+Green+Blue) = 37+50+16=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #253210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253210 is #DACDEF. Grayscale: #2A2A2A. Windows color (decimal): -14339568 or 1061413. OLE color: 1061413.
HSL color Cylindrical-coordinate representation of color #253210: hue angle of 82.94º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #253210 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 50 | 16 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.80 |
| HSL | 82.94º | 0.52% | 0.13% | - |
| HSV(B) | 82.94º | 0.68% | 0.2% | - |
| XYZ | 2 | 2.71 | 0.91 | - |
| YUV | 42.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 50 | 16 | 0.26 | 0 | 0.68 | 0.80 | 82.94 | 0.52 | 0.13 |
| Hex | 25 | 32 | 10 | 1A | 0 | 44 | 50 | 53 | 34 | D |
| Octal | 45 | 62 | 20 | 32 | 0 | 104 | 120 | 123 | 64 | 15 |
| Binary | 100101 | 110010 | 10000 | 11010 | 0 | 1000100 | 1010000 | 1010011 | 110100 | 1101 |
Color Harmonies of #253210
Complementary color
Monochromatic Colors of #253210
Black with #253210
Text Example
Text Example
White with #253210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253210; }
p { color: rgb(37,50,16); }
H1.HeaderClassName
{
color: #253210;
}
.AnyTagClassName
{
color: #253210;
}
</style>
background-color css
<style>
a { background-color: #253210; }
a { background-color: rgb(37,50,16); }
div.DivClassName
{
background-color: #253210;
}
.BgClassName
{
background-color: #253210;
}
</style>
border-color css
<style>
span { border-color: #253210; }
span { border-color: rgb(37,50,16); }
td.TdClassName
{
border-color: #253210;
}
.TagClassName
{
border-color: #253210;
}
</style>