#142200

Color #142200 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #142200

Tints of Pine Tree #142200

Color information

#142200 (or 0x142200) is unknown color: approx Pine Tree. HEX triplet: 14, 22 and 00. RGB value is (20,34,0). Sum of RGB (Red+Green+Blue) = 20+34+0=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 34 (13.67% from 255 or 62.96% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 34 - color contains mainly: green. Hex color #142200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142200 is #EBDDFF. Grayscale: #1A1A1A. Windows color (decimal): -15457792 or 8724. OLE color: 8724.

HSL color Cylindrical-coordinate representation of color #142200: hue angle of 84.71º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #142200 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB20340-
CMYK0.41010.87
HSL84.71º100%6.67%-
HSV(B)84.71º100%13.33%-
XYZ0.861.290.2-
YUV25.94113.36123.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 37.04%
GREEN value IS 34 (13.67% from 255) = 62.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.04%
G=62.96%
B=0%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal203400.41010.8784.711006.67
Hex14220290645755647
Octal244205101441271251447
Binary10100100010010100101100100101011110101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142200; }

 p { color: rgb(20,34,0); }

 H1.HeaderClassName
 {
   color: #142200;
 }
 .AnyTagClassName
 {
   color: #142200;
 }
</style>
background-color css

<style>
 a { background-color: #142200; }

 a { background-color: rgb(20,34,0); }

 div.DivClassName
 {
   background-color: #142200;
 }
 .BgClassName
 {
   background-color: #142200;
 }
</style>
border-color css

<style>
 span { border-color: #142200; }

 span { border-color: rgb(20,34,0); }

 td.TdClassName
 {
   border-color: #142200;
 }
 .TagClassName
 {
   border-color: #142200;
 }
</style>