#142C01

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

Shades of Pine Tree #142C01

Tints of Pine Tree #142C01

Color information

#142C01 (or 0x142C01) is unknown color: approx Pine Tree. HEX triplet: 14, 2C and 01. RGB value is (20,44,1). Sum of RGB (Red+Green+Blue) = 20+44+1=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 44 (17.58% from 255 or 67.69% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 44 - color contains mainly: green. Hex color #142C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142C01 is #EBD3FE. Grayscale: #202020. Windows color (decimal): -15455231 or 76820. OLE color: 76820.

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

Color convert

RGB20441-
CMYK0.5500.980.83
HSL93.49º95.56%8.82%-
HSV(B)93.49º97.73%17.25%-
XYZ1.191.950.34-
YUV31.92110.55119.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 44 (17.58% from 255) = 67.69%
BLUE value IS 1 (0.78% from 255) = 1.54%
R=30.77%
G=67.69%
B=1.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal204410.5500.980.8393.4995.568.82
Hex142C137062535d609
Octal2454167014212313514011
Binary101001011001110111011000101010011101110111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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