Shades of Pine Tree #253112
Tints of Pine Tree #253112
RGB
CMYK
RGB Variations
Color information
#253112 (or 0x253112) is known color: Pine Tree. HEX triplet: 25, 31 and 12. RGB value is (37,49,18). Sum of RGB (Red+Green+Blue) = 37+49+18=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #253112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253112 is #DACEED. Grayscale: #292929. Windows color (decimal): -14339822 or 1192229. OLE color: 1192229.
HSL color Cylindrical-coordinate representation of color #253112: hue angle of 83.23º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #253112 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 37 | 49 | 18 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.81 |
| HSL | 83.23º | 0.46% | 0.13% | - |
| HSV(B) | 83.23º | 0.63% | 0.19% | - |
| XYZ | 1.97 | 2.63 | 0.98 | - |
| YUV | 41.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 18 | 0.24 | 0 | 0.63 | 0.81 | 83.23 | 0.46 | 0.13 |
| Hex | 25 | 31 | 12 | 18 | 0 | 3F | 51 | 53 | 2E | D |
| Octal | 45 | 61 | 22 | 30 | 0 | 77 | 121 | 123 | 56 | 15 |
| Binary | 100101 | 110001 | 10010 | 11000 | 0 | 111111 | 1010001 | 1010011 | 101110 | 1101 |
Color Harmonies of #253112
Complementary color
Monochromatic Colors of #253112
Black with #253112
Text Example
Text Example
White with #253112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253112; }
p { color: rgb(37,49,18); }
H1.HeaderClassName
{
color: #253112;
}
.AnyTagClassName
{
color: #253112;
}
</style>
background-color css
<style>
a { background-color: #253112; }
a { background-color: rgb(37,49,18); }
div.DivClassName
{
background-color: #253112;
}
.BgClassName
{
background-color: #253112;
}
</style>
border-color css
<style>
span { border-color: #253112; }
span { border-color: rgb(37,49,18); }
td.TdClassName
{
border-color: #253112;
}
.TagClassName
{
border-color: #253112;
}
</style>