#202815

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

Shades of Pine Tree #202815

Tints of Pine Tree #202815

Color information

#202815 (or 0x202815) is unknown color: approx Pine Tree. HEX triplet: 20, 28 and 15. RGB value is (32,40,21). Sum of RGB (Red+Green+Blue) = 32+40+21=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 40 - color contains mainly: green. Hex color #202815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202815 is #DFD7EA. Grayscale: #232323. Windows color (decimal): -14669803 or 1386528. OLE color: 1386528.

HSL color Cylindrical-coordinate representation of color #202815: hue angle of 85.26º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #202815 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB324021-
CMYK0.2000.480.84
HSL85.26º31.15%11.96%-
HSV(B)85.26º47.5%15.69%-
XYZ1.491.880.99-
YUV35.44119.85125.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.41%
GREEN value IS 40 (16.02% from 255) = 43.01%
BLUE value IS 21 (8.59% from 255) = 22.58%
R=34.41%
G=43.01%
B=22.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3240210.2000.480.8485.2631.1511.96
Hex2028151403054551fc
Octal405025240601241253714
Binary1000001010001010110100011000010101001010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202815; }

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

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

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

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

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

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

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

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