Shades of Pine Tree #253F0C
Tints of Pine Tree #253F0C
RGB
CMYK
RGB Variations
Color information
#253F0C (or 0x253F0C) is known color: Pine Tree. HEX triplet: 25, 3F and 0C. RGB value is (37,63,12). Sum of RGB (Red+Green+Blue) = 37+63+12=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 63 (25% from 255 or 56.25% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 63 - color contains mainly: green. Hex color #253F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253F0C is #DAC0F3. Grayscale: #313131. Windows color (decimal): -14336244 or 802597. OLE color: 802597.
HSL color Cylindrical-coordinate representation of color #253F0C: hue angle of 90.59º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #253F0C is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 63 | 12 | - |
| CMYK | 0.41 | 0 | 0.81 | 0.75 |
| HSL | 90.59º | 0.68% | 0.15% | - |
| HSV(B) | 90.59º | 0.81% | 0.25% | - |
| XYZ | 2.61 | 3.97 | 0.98 | - |
| YUV | 49.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 12 | 0.41 | 0 | 0.81 | 0.75 | 90.59 | 0.68 | 0.15 |
| Hex | 25 | 3F | C | 29 | 0 | 51 | 4B | 5B | 44 | F |
| Octal | 45 | 77 | 14 | 51 | 0 | 121 | 113 | 133 | 104 | 17 |
| Binary | 100101 | 111111 | 1100 | 101001 | 0 | 1010001 | 1001011 | 1011011 | 1000100 | 1111 |
Color Harmonies of #253F0C
Complementary color
Monochromatic Colors of #253F0C
Black with #253F0C
Text Example
Text Example
White with #253F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253F0C; }
p { color: rgb(37,63,12); }
H1.HeaderClassName
{
color: #253F0C;
}
.AnyTagClassName
{
color: #253F0C;
}
</style>
background-color css
<style>
a { background-color: #253F0C; }
a { background-color: rgb(37,63,12); }
div.DivClassName
{
background-color: #253F0C;
}
.BgClassName
{
background-color: #253F0C;
}
</style>
border-color css
<style>
span { border-color: #253F0C; }
span { border-color: rgb(37,63,12); }
td.TdClassName
{
border-color: #253F0C;
}
.TagClassName
{
border-color: #253F0C;
}
</style>