#142800

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

Shades of Pine Tree #142800

Tints of Pine Tree #142800

Color information

#142800 (or 0x142800) is unknown color: approx Pine Tree. HEX triplet: 14, 28 and 00. RGB value is (20,40,0). Sum of RGB (Red+Green+Blue) = 20+40+0=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 40 (16.02% from 255 or 66.67% from 60); Blue value is 0 (0.39% from 255 or 0% from 60); Max value from RGB is 40 - color contains mainly: green. Hex color #142800 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142800 is #EBD7FF. Grayscale: #1D1D1D. Windows color (decimal): -15456256 or 10260. OLE color: 10260.

HSL color Cylindrical-coordinate representation of color #142800: hue angle of 90º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #142800 is Cyan = 0.5, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.84.

Color convert

RGB20400-
CMYK0.5010.84
HSL90º100%7.84%-
HSV(B)90º100%15.69%-
XYZ1.051.670.27-
YUV29.46111.37121.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.33%
GREEN value IS 40 (16.02% from 255) = 66.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.33%
G=66.67%
B=0%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal204000.5010.84901007.84
Hex1428032064545a648
Octal2450062014412413214410
Binary101001010000110010011001001010100101101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142800; }

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

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

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

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

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

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

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

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