Shades of Pine Tree #25370F
Tints of Pine Tree #25370F
RGB
CMYK
RGB Variations
Color information
#25370F (or 0x25370F) is known color: Pine Tree. HEX triplet: 25, 37 and 0F. RGB value is (37,55,15). Sum of RGB (Red+Green+Blue) = 37+55+15=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 55 (21.88% from 255 or 51.40% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 55 - color contains mainly: green. Hex color #25370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25370F is #DAC8F0. Grayscale: #2D2D2D. Windows color (decimal): -14338289 or 997157. OLE color: 997157.
HSL color Cylindrical-coordinate representation of color #25370F: hue angle of 87º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25370F is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 55 | 15 | - |
| CMYK | 0.33 | 0 | 0.73 | 0.78 |
| HSL | 87º | 0.57% | 0.14% | - |
| HSV(B) | 87º | 0.73% | 0.22% | - |
| XYZ | 2.22 | 3.16 | 0.95 | - |
| YUV | 45.06 | 111.04 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 55 | 15 | 0.33 | 0 | 0.73 | 0.78 | 87 | 0.57 | 0.14 |
| Hex | 25 | 37 | F | 21 | 0 | 49 | 4E | 57 | 39 | E |
| Octal | 45 | 67 | 17 | 41 | 0 | 111 | 116 | 127 | 71 | 16 |
| Binary | 100101 | 110111 | 1111 | 100001 | 0 | 1001001 | 1001110 | 1010111 | 111001 | 1110 |
Color Harmonies of #25370F
Complementary color
Monochromatic Colors of #25370F
Black with #25370F
Text Example
Text Example
White with #25370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25370F; }
p { color: rgb(37,55,15); }
H1.HeaderClassName
{
color: #25370F;
}
.AnyTagClassName
{
color: #25370F;
}
</style>
background-color css
<style>
a { background-color: #25370F; }
a { background-color: rgb(37,55,15); }
div.DivClassName
{
background-color: #25370F;
}
.BgClassName
{
background-color: #25370F;
}
</style>
border-color css
<style>
span { border-color: #25370F; }
span { border-color: rgb(37,55,15); }
td.TdClassName
{
border-color: #25370F;
}
.TagClassName
{
border-color: #25370F;
}
</style>