#282E20

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

Shades of Pine Tree #282E20

Tints of Pine Tree #282E20

Color information

#282E20 (or 0x282E20) is unknown color: approx Pine Tree. HEX triplet: 28, 2E and 20. RGB value is (40,46,32). Sum of RGB (Red+Green+Blue) = 40+46+32=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 46 - color contains mainly: green. Hex color #282E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E20 is #D7D1DF. Grayscale: #2A2A2A. Windows color (decimal): -14143968 or 2108968. OLE color: 2108968.

HSL color Cylindrical-coordinate representation of color #282E20: hue angle of 85.71º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #282E20 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB404632-
CMYK0.1300.300.82
HSL85.71º17.95%15.29%-
HSV(B)85.71º30.43%18.04%-
XYZ2.112.511.74-
YUV42.61122.01126.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.90%
GREEN value IS 46 (18.36% from 255) = 38.98%
BLUE value IS 32 (12.89% from 255) = 27.12%
R=33.90%
G=38.98%
B=27.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4046320.1300.300.8285.7117.9515.29
Hex282E20D01E525612f
Octal505640150361221262217
Binary101000101110100000110101111010100101010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282E20; }

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

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

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

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

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

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

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

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