#202C15

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

Shades of Pine Tree #202C15

Tints of Pine Tree #202C15

Color information

#202C15 (or 0x202C15) is unknown color: approx Pine Tree. HEX triplet: 20, 2C and 15. RGB value is (32,44,21). Sum of RGB (Red+Green+Blue) = 32+44+21=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 44 - color contains mainly: green. Hex color #202C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202C15 is #DFD3EA. Grayscale: #252525. Windows color (decimal): -14668779 or 1387552. OLE color: 1387552.

HSL color Cylindrical-coordinate representation of color #202C15: hue angle of 91.3º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #202C15 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.83.

Color convert

RGB324421-
CMYK0.2700.520.83
HSL91.3º35.38%12.75%-
HSV(B)91.3º52.27%17.25%-
XYZ1.632.161.04-
YUV37.79118.52123.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.99%
GREEN value IS 44 (17.58% from 255) = 45.36%
BLUE value IS 21 (8.59% from 255) = 21.65%
R=32.99%
G=45.36%
B=21.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3244210.2700.520.8391.335.3812.75
Hex202C151B034535b23d
Octal405425330641231334315
Binary10000010110010101110110110100101001110110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202C15; }

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

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

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

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

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

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

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

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