#20280D

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

Shades of Pine Tree #20280D

Tints of Pine Tree #20280D

Color information

#20280D (or 0x20280D) is unknown color: approx Pine Tree. HEX triplet: 20, 28 and 0D. RGB value is (32,40,13). Sum of RGB (Red+Green+Blue) = 32+40+13=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 40 (16.02% from 255 or 47.06% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 40 - color contains mainly: green. Hex color #20280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20280D is #DFD7F2. Grayscale: #222222. Windows color (decimal): -14669811 or 862240. OLE color: 862240.

HSL color Cylindrical-coordinate representation of color #20280D: hue angle of 77.78º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #20280D is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB324013-
CMYK0.2000.670.84
HSL77.78º50.94%10.39%-
HSV(B)77.78º67.5%15.69%-
XYZ1.431.850.66-
YUV34.53115.85126.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.65%
GREEN value IS 40 (16.02% from 255) = 47.06%
BLUE value IS 13 (5.47% from 255) = 15.29%
R=37.65%
G=47.06%
B=15.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3240130.2000.670.8477.7850.9410.39
Hex2028D14043544e33a
Octal4050152401031241166312
Binary10000010100011011010001000011101010010011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20280D; }

 p { color: rgb(32,40,13); }

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

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

 a { background-color: rgb(32,40,13); }

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

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

 span { border-color: rgb(32,40,13); }

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