#14280A

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

Shades of Pine Tree #14280A

Tints of Pine Tree #14280A

Color information

#14280A (or 0x14280A) is unknown color: approx Pine Tree. HEX triplet: 14, 28 and 0A. RGB value is (20,40,10). Sum of RGB (Red+Green+Blue) = 20+40+10=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 40 (16.02% from 255 or 57.14% from 70); Blue value is 10 (4.30% from 255 or 14.29% from 70); Max value from RGB is 40 - color contains mainly: green. Hex color #14280A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14280A is #EBD7F5. Grayscale: #1E1E1E. Windows color (decimal): -15456246 or 665620. OLE color: 665620.

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

Color convert

RGB204010-
CMYK0.500.750.84
HSL100º60%9.8%-
HSV(B)100º75%15.69%-
XYZ1.11.690.55-
YUV30.6116.37120.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.57%
GREEN value IS 40 (16.02% from 255) = 57.14%
BLUE value IS 10 (4.30% from 255) = 14.29%
R=28.57%
G=57.14%
B=14.29%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2040100.500.750.84100609.8
Hex1428A3204B54643ca
Octal2450126201131241447412
Binary10100101000101011001001001011101010011001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14280A; }

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

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

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

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

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

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

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

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