Shades of Pine Tree #253B06
Tints of Pine Tree #253B06
RGB
CMYK
RGB Variations
Color information
#253B06 (or 0x253B06) is known color: Pine Tree. HEX triplet: 25, 3B and 06. RGB value is (37,59,6). Sum of RGB (Red+Green+Blue) = 37+59+6=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 59 (23.44% from 255 or 57.84% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 59 - color contains mainly: green. Hex color #253B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253B06 is #DAC4F9. Grayscale: #2E2E2E. Windows color (decimal): -14337274 or 408357. OLE color: 408357.
HSL color Cylindrical-coordinate representation of color #253B06: hue angle of 84.91º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #253B06 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 59 | 6 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.77 |
| HSL | 84.91º | 0.82% | 0.13% | - |
| HSV(B) | 84.91º | 0.9% | 0.23% | - |
| XYZ | 2.36 | 3.53 | 0.73 | - |
| YUV | 46.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 6 | 0.37 | 0 | 0.90 | 0.77 | 84.91 | 0.82 | 0.13 |
| Hex | 25 | 3B | 6 | 25 | 0 | 5A | 4D | 55 | 52 | D |
| Octal | 45 | 73 | 6 | 45 | 0 | 132 | 115 | 125 | 122 | 15 |
| Binary | 100101 | 111011 | 110 | 100101 | 0 | 1011010 | 1001101 | 1010101 | 1010010 | 1101 |
Color Harmonies of #253B06
Complementary color
Monochromatic Colors of #253B06
Black with #253B06
Text Example
Text Example
White with #253B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253B06; }
p { color: rgb(37,59,6); }
H1.HeaderClassName
{
color: #253B06;
}
.AnyTagClassName
{
color: #253B06;
}
</style>
background-color css
<style>
a { background-color: #253B06; }
a { background-color: rgb(37,59,6); }
div.DivClassName
{
background-color: #253B06;
}
.BgClassName
{
background-color: #253B06;
}
</style>
border-color css
<style>
span { border-color: #253B06; }
span { border-color: rgb(37,59,6); }
td.TdClassName
{
border-color: #253B06;
}
.TagClassName
{
border-color: #253B06;
}
</style>