Shades of Pine Tree #142403
Tints of Pine Tree #142403
RGB
CMYK
RGB Variations
Color information
#142403 (or 0x142403) is known color: Pine Tree. HEX triplet: 14, 24 and 03. RGB value is (20,36,3). Sum of RGB (Red+Green+Blue) = 20+36+3=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 36 (14.45% from 255 or 61.02% from 59); Blue value is 3 (1.56% from 255 or 5.08% from 59); Max value from RGB is 36 - color contains mainly: green. Hex color #142403 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142403 is #EBDBFC. Grayscale: #1B1B1B. Windows color (decimal): -15457277 or 205844. OLE color: 205844.
HSL color Cylindrical-coordinate representation of color #142403: hue angle of 89.09º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #142403 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 36 | 3 | - |
| CMYK | 0.44 | 0 | 0.92 | 0.86 |
| HSL | 89.09º | 0.85% | 0.08% | - |
| HSV(B) | 89.09º | 0.92% | 0.14% | - |
| XYZ | 0.94 | 1.42 | 0.31 | - |
| YUV | 27.45 | 114.2 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 3 | 0.44 | 0 | 0.92 | 0.86 | 89.09 | 0.85 | 0.08 |
| Hex | 14 | 24 | 3 | 2C | 0 | 5C | 56 | 59 | 55 | 8 |
| Octal | 24 | 44 | 3 | 54 | 0 | 134 | 126 | 131 | 125 | 10 |
| Binary | 10100 | 100100 | 11 | 101100 | 0 | 1011100 | 1010110 | 1011001 | 1010101 | 1000 |
Color Harmonies of #142403
Complementary color
Monochromatic Colors of #142403
Black with #142403
Text Example
Text Example
White with #142403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142403; }
p { color: rgb(20,36,3); }
H1.HeaderClassName
{
color: #142403;
}
.AnyTagClassName
{
color: #142403;
}
</style>
background-color css
<style>
a { background-color: #142403; }
a { background-color: rgb(20,36,3); }
div.DivClassName
{
background-color: #142403;
}
.BgClassName
{
background-color: #142403;
}
</style>
border-color css
<style>
span { border-color: #142403; }
span { border-color: rgb(20,36,3); }
td.TdClassName
{
border-color: #142403;
}
.TagClassName
{
border-color: #142403;
}
</style>