#142303

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

Shades of Pine Tree #142303

Tints of Pine Tree #142303

Color information

#142303 (or 0x142303) is unknown color: approx 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

RGB20353-
CMYK0.4300.910.86
HSL88.12º84.21%7.45%-
HSV(B)88.12º91.43%13.73%-
XYZ0.911.360.3-
YUV26.87114.53123.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 34.48%
GREEN value IS 35 (14.06% from 255) = 60.34%
BLUE value IS 3 (1.56% from 255) = 5.17%
R=34.48%
G=60.34%
B=5.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal203530.4300.910.8688.1284.217.45
Hex142332B05B5658547
Octal244335301331261301247
Binary101001000111110101101011011101011010110001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>