Shades of Pine Tree #25380F
Tints of Pine Tree #25380F
RGB
CMYK
RGB Variations
Color information
#25380F (or 0x25380F) is known color: Pine Tree. HEX triplet: 25, 38 and 0F. RGB value is (37,56,15). Sum of RGB (Red+Green+Blue) = 37+56+15=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #25380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25380F is #DAC7F0. Grayscale: #2D2D2D. Windows color (decimal): -14338033 or 997413. OLE color: 997413.
HSL color Cylindrical-coordinate representation of color #25380F: hue angle of 87.8º degrees, saturation: 0.58, 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 #25380F is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 37 | 56 | 15 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.78 |
| HSL | 87.8º | 0.58% | 0.14% | - |
| HSV(B) | 87.8º | 0.73% | 0.22% | - |
| XYZ | 2.26 | 3.26 | 0.96 | - |
| YUV | 45.65 | 110.71 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 56 | 15 | 0.34 | 0 | 0.73 | 0.78 | 87.8 | 0.58 | 0.14 |
| Hex | 25 | 38 | F | 22 | 0 | 49 | 4E | 58 | 3A | E |
| Octal | 45 | 70 | 17 | 42 | 0 | 111 | 116 | 130 | 72 | 16 |
| Binary | 100101 | 111000 | 1111 | 100010 | 0 | 1001001 | 1001110 | 1011000 | 111010 | 1110 |
Color Harmonies of #25380F
Complementary color
Monochromatic Colors of #25380F
Black with #25380F
Text Example
Text Example
White with #25380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25380F; }
p { color: rgb(37,56,15); }
H1.HeaderClassName
{
color: #25380F;
}
.AnyTagClassName
{
color: #25380F;
}
</style>
background-color css
<style>
a { background-color: #25380F; }
a { background-color: rgb(37,56,15); }
div.DivClassName
{
background-color: #25380F;
}
.BgClassName
{
background-color: #25380F;
}
</style>
border-color css
<style>
span { border-color: #25380F; }
span { border-color: rgb(37,56,15); }
td.TdClassName
{
border-color: #25380F;
}
.TagClassName
{
border-color: #25380F;
}
</style>