Shades of Pine Tree #14250B
Tints of Pine Tree #14250B
RGB
CMYK
RGB Variations
Color information
#14250B (or 0x14250B) is known color: Pine Tree. HEX triplet: 14, 25 and 0B. RGB value is (20,37,11). Sum of RGB (Red+Green+Blue) = 20+37+11=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #14250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14250B is #EBDAF4. Grayscale: #1D1D1D. Windows color (decimal): -15457013 or 730388. OLE color: 730388.
HSL color Cylindrical-coordinate representation of color #14250B: hue angle of 99.23º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14250B is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 20 | 37 | 11 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.85 |
| HSL | 99.23º | 0.54% | 0.09% | - |
| HSV(B) | 99.23º | 0.7% | 0.15% | - |
| XYZ | 1.01 | 1.5 | 0.55 | - |
| YUV | 28.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 11 | 0.46 | 0 | 0.70 | 0.85 | 99.23 | 0.54 | 0.09 |
| Hex | 14 | 25 | B | 2E | 0 | 46 | 55 | 63 | 36 | 9 |
| Octal | 24 | 45 | 13 | 56 | 0 | 106 | 125 | 143 | 66 | 11 |
| Binary | 10100 | 100101 | 1011 | 101110 | 0 | 1000110 | 1010101 | 1100011 | 110110 | 1001 |
Color Harmonies of #14250B
Complementary color
Monochromatic Colors of #14250B
Black with #14250B
Text Example
Text Example
White with #14250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14250B; }
p { color: rgb(20,37,11); }
H1.HeaderClassName
{
color: #14250B;
}
.AnyTagClassName
{
color: #14250B;
}
</style>
background-color css
<style>
a { background-color: #14250B; }
a { background-color: rgb(20,37,11); }
div.DivClassName
{
background-color: #14250B;
}
.BgClassName
{
background-color: #14250B;
}
</style>
border-color css
<style>
span { border-color: #14250B; }
span { border-color: rgb(20,37,11); }
td.TdClassName
{
border-color: #14250B;
}
.TagClassName
{
border-color: #14250B;
}
</style>