#20211A

Color #20211A Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #20211A

Tints of Green Waterloo #20211A

Color information

#20211A (or 0x20211A) is unknown color: approx Green Waterloo. HEX triplet: 20, 21 and 1A. RGB value is (32,33,26). Sum of RGB (Red+Green+Blue) = 32+33+26=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 33 - color contains mainly: green. Hex color #20211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20211A is #DFDEE5. Grayscale: #1F1F1F. Windows color (decimal): -14671590 or 1712416. OLE color: 1712416.

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

Color convert

RGB323326-
CMYK0.0300.210.87
HSL68.57º11.86%11.57%-
HSV(B)68.57º21.21%12.94%-
XYZ1.331.471.19-
YUV31.9124.67128.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.16%
GREEN value IS 33 (13.28% from 255) = 36.26%
BLUE value IS 26 (10.55% from 255) = 28.57%
R=35.16%
G=36.26%
B=28.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3233260.0300.210.8768.5711.8611.57
Hex20211A30155745cc
Octal40413230251271051414
Binary10000010000111010110101011010111100010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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