#142C00

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

Shades of Pine Tree #142C00

Tints of Pine Tree #142C00

Color information

#142C00 (or 0x142C00) is unknown color: approx Pine Tree. HEX triplet: 14, 2C and 00. RGB value is (20,44,0). Sum of RGB (Red+Green+Blue) = 20+44+0=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 44 (17.58% from 255 or 68.75% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 44 - color contains mainly: green. Hex color #142C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142C00 is #EBD3FF. Grayscale: #1F1F1F. Windows color (decimal): -15455232 or 11284. OLE color: 11284.

HSL color Cylindrical-coordinate representation of color #142C00: hue angle of 92.73º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #142C00 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.83.

Color convert

RGB20440-
CMYK0.55010.83
HSL92.73º100%8.63%-
HSV(B)92.73º100%17.25%-
XYZ1.191.950.31-
YUV31.81110.05119.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.25%
GREEN value IS 44 (17.58% from 255) = 68.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.25%
G=68.75%
B=0%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal204400.55010.8392.731008.63
Hex142C037064535d649
Octal2454067014412313514411
Binary101001011000110111011001001010011101110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142C00; }

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

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

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

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

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

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

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

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