#143001

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

Shades of Pine Tree #143001

Tints of Pine Tree #143001

Color information

#143001 (or 0x143001) is unknown color: approx Pine Tree. HEX triplet: 14, 30 and 01. RGB value is (20,48,1). Sum of RGB (Red+Green+Blue) = 20+48+1=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 48 (19.14% from 255 or 69.57% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 48 - color contains mainly: green. Hex color #143001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143001 is #EBCFFE. Grayscale: #222222. Windows color (decimal): -15454207 or 77844. OLE color: 77844.

HSL color Cylindrical-coordinate representation of color #143001: hue angle of 95.74º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #143001 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB20481-
CMYK0.5800.980.81
HSL95.74º95.92%9.61%-
HSV(B)95.74º97.92%18.82%-
XYZ1.352.260.39-
YUV34.27109.22117.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.99%
GREEN value IS 48 (19.14% from 255) = 69.57%
BLUE value IS 1 (0.78% from 255) = 1.45%
R=28.99%
G=69.57%
B=1.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal204810.5800.980.8195.7495.929.61
Hex143013A062516060a
Octal2460172014212114014012
Binary101001100001111010011000101010001110000011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143001; }

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

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

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

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

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

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

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

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