Shades of Pine Tree #25320F
Tints of Pine Tree #25320F
RGB
CMYK
RGB Variations
Color information
#25320F (or 0x25320F) is known color: Pine Tree. HEX triplet: 25, 32 and 0F. RGB value is (37,50,15). Sum of RGB (Red+Green+Blue) = 37+50+15=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #25320F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25320F is #DACDF0. Grayscale: #2A2A2A. Windows color (decimal): -14339569 or 995877. OLE color: 995877.
HSL color Cylindrical-coordinate representation of color #25320F: hue angle of 82.29º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25320F is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 37 | 50 | 15 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.80 |
| HSL | 82.29º | 0.54% | 0.13% | - |
| HSV(B) | 82.29º | 0.7% | 0.2% | - |
| XYZ | 1.99 | 2.71 | 0.87 | - |
| YUV | 42.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 50 | 15 | 0.26 | 0 | 0.70 | 0.80 | 82.29 | 0.54 | 0.13 |
| Hex | 25 | 32 | F | 1A | 0 | 46 | 50 | 52 | 36 | D |
| Octal | 45 | 62 | 17 | 32 | 0 | 106 | 120 | 122 | 66 | 15 |
| Binary | 100101 | 110010 | 1111 | 11010 | 0 | 1000110 | 1010000 | 1010010 | 110110 | 1101 |
Color Harmonies of #25320F
Complementary color
Monochromatic Colors of #25320F
Black with #25320F
Text Example
Text Example
White with #25320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25320F; }
p { color: rgb(37,50,15); }
H1.HeaderClassName
{
color: #25320F;
}
.AnyTagClassName
{
color: #25320F;
}
</style>
background-color css
<style>
a { background-color: #25320F; }
a { background-color: rgb(37,50,15); }
div.DivClassName
{
background-color: #25320F;
}
.BgClassName
{
background-color: #25320F;
}
</style>
border-color css
<style>
span { border-color: #25320F; }
span { border-color: rgb(37,50,15); }
td.TdClassName
{
border-color: #25320F;
}
.TagClassName
{
border-color: #25320F;
}
</style>