#20211F

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

Shades of Pine Tree #20211F

Tints of Pine Tree #20211F

Color information

#20211F (or 0x20211F) is unknown color: approx Pine Tree. HEX triplet: 20, 21 and 1F. RGB value is (32,33,31). Sum of RGB (Red+Green+Blue) = 32+33+31=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 33 - color contains mainly: green. Hex color #20211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20211F is #DFDEE0. Grayscale: #202020. Windows color (decimal): -14671585 or 2040096. OLE color: 2040096.

HSL color Cylindrical-coordinate representation of color #20211F: hue angle of 90º degrees, saturation: 0.03, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #20211F is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB323331-
CMYK0.0300.060.87
HSL90º3.13%12.55%-
HSV(B)90º6.06%12.94%-
XYZ1.391.491.51-
YUV32.47127.17127.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.33%
GREEN value IS 33 (13.28% from 255) = 34.38%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=33.33%
G=34.38%
B=32.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3233310.0300.060.87903.1312.55
Hex20211F306575a3d
Octal404137306127132315
Binary1000001000011111111011010101111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20211F; }

 p { color: rgb(32,33,31); }

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

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

 a { background-color: rgb(32,33,31); }

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

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

 span { border-color: rgb(32,33,31); }

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