Shades of Pine Tree #142303
Tints of Pine Tree #142303
RGB
CMYK
RGB Variations
Color information
#142303 (or 0x142303) is known color: Pine Tree. HEX triplet: 14, 23 and 03. RGB value is (20,35,3). Sum of RGB (Red+Green+Blue) = 20+35+3=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 35 (14.06% from 255 or 60.34% from 58); Blue value is 3 (1.56% from 255 or 5.17% from 58); Max value from RGB is 35 - color contains mainly: green. Hex color #142303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142303 is #EBDCFC. Grayscale: #1A1A1A. Windows color (decimal): -15457533 or 205588. OLE color: 205588.
HSL color Cylindrical-coordinate representation of color #142303: hue angle of 88.12º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142303 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 20 | 35 | 3 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.86 |
| HSL | 88.13º | 0.84% | 0.07% | - |
| HSV(B) | 88.13º | 0.91% | 0.14% | - |
| XYZ | 0.91 | 1.36 | 0.3 | - |
| YUV | 26.87 | 114.53 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 3 | 0.43 | 0 | 0.91 | 0.86 | 88.13 | 0.84 | 0.07 |
| Hex | 14 | 23 | 3 | 2B | 0 | 5B | 56 | 58 | 54 | 7 |
| Octal | 24 | 43 | 3 | 53 | 0 | 133 | 126 | 130 | 124 | 7 |
| Binary | 10100 | 100011 | 11 | 101011 | 0 | 1011011 | 1010110 | 1011000 | 1010100 | 111 |
Color Harmonies of #142303
Complementary color
Monochromatic Colors of #142303
Black with #142303
Text Example
Text Example
White with #142303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142303; }
p { color: rgb(20,35,3); }
H1.HeaderClassName
{
color: #142303;
}
.AnyTagClassName
{
color: #142303;
}
</style>
background-color css
<style>
a { background-color: #142303; }
a { background-color: rgb(20,35,3); }
div.DivClassName
{
background-color: #142303;
}
.BgClassName
{
background-color: #142303;
}
</style>
border-color css
<style>
span { border-color: #142303; }
span { border-color: rgb(20,35,3); }
td.TdClassName
{
border-color: #142303;
}
.TagClassName
{
border-color: #142303;
}
</style>