Shades of Pine Tree #25350B
Tints of Pine Tree #25350B
RGB
CMYK
RGB Variations
Color information
#25350B (or 0x25350B) is known color: Pine Tree. HEX triplet: 25, 35 and 0B. RGB value is (37,53,11). Sum of RGB (Red+Green+Blue) = 37+53+11=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 53 (21.09% from 255 or 52.48% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 53 - color contains mainly: green. Hex color #25350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25350B is #DACAF4. Grayscale: #2B2B2B. Windows color (decimal): -14338805 or 734501. OLE color: 734501.
HSL color Cylindrical-coordinate representation of color #25350B: hue angle of 82.86º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25350B is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 37 | 53 | 11 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.79 |
| HSL | 82.86º | 0.66% | 0.13% | - |
| HSV(B) | 82.86º | 0.79% | 0.21% | - |
| XYZ | 2.1 | 2.96 | 0.78 | - |
| YUV | 43.43 | 109.7 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 53 | 11 | 0.30 | 0 | 0.79 | 0.79 | 82.86 | 0.66 | 0.13 |
| Hex | 25 | 35 | B | 1E | 0 | 4F | 4F | 53 | 42 | D |
| Octal | 45 | 65 | 13 | 36 | 0 | 117 | 117 | 123 | 102 | 15 |
| Binary | 100101 | 110101 | 1011 | 11110 | 0 | 1001111 | 1001111 | 1010011 | 1000010 | 1101 |
Color Harmonies of #25350B
Complementary color
Monochromatic Colors of #25350B
Black with #25350B
Text Example
Text Example
White with #25350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25350B; }
p { color: rgb(37,53,11); }
H1.HeaderClassName
{
color: #25350B;
}
.AnyTagClassName
{
color: #25350B;
}
</style>
background-color css
<style>
a { background-color: #25350B; }
a { background-color: rgb(37,53,11); }
div.DivClassName
{
background-color: #25350B;
}
.BgClassName
{
background-color: #25350B;
}
</style>
border-color css
<style>
span { border-color: #25350B; }
span { border-color: rgb(37,53,11); }
td.TdClassName
{
border-color: #25350B;
}
.TagClassName
{
border-color: #25350B;
}
</style>