#202211

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

Shades of Green Waterloo #202211

Tints of Green Waterloo #202211

Color information

#202211 (or 0x202211) is unknown color: approx Green Waterloo. HEX triplet: 20, 22 and 11. RGB value is (32,34,17). Sum of RGB (Red+Green+Blue) = 32+34+17=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 34 (13.67% from 255 or 40.96% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 34 - color contains mainly: green. Hex color #202211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202211 is #DFDDEE. Grayscale: #1F1F1F. Windows color (decimal): -14671343 or 1122848. OLE color: 1122848.

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

Color convert

RGB323417-
CMYK0.0600.500.87
HSL67.06º33.33%10%-
HSV(B)67.06º50%13.33%-
XYZ1.271.490.75-
YUV31.46119.84128.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.55%
GREEN value IS 34 (13.67% from 255) = 40.96%
BLUE value IS 17 (7.03% from 255) = 20.48%
R=38.55%
G=40.96%
B=20.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3234170.0600.500.8767.0633.3310
Hex2022116032574321a
Octal40422160621271034112
Binary100000100010100011100110010101011110000111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202211; }

 p { color: rgb(32,34,17); }

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

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

 a { background-color: rgb(32,34,17); }

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

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

 span { border-color: rgb(32,34,17); }

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