#202118

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

Shades of Green Waterloo #202118

Tints of Green Waterloo #202118

Color information

#202118 (or 0x202118) is unknown color: approx Green Waterloo. HEX triplet: 20, 21 and 18. RGB value is (32,33,24). Sum of RGB (Red+Green+Blue) = 32+33+24=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 33 - color contains mainly: green. Hex color #202118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202118 is #DFDEE7. Grayscale: #1F1F1F. Windows color (decimal): -14671592 or 1581344. OLE color: 1581344.

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

Color convert

RGB323324-
CMYK0.0300.270.87
HSL66.67º15.79%11.18%-
HSV(B)66.67º27.27%12.94%-
XYZ1.31.461.08-
YUV31.68123.67128.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.96%
GREEN value IS 33 (13.28% from 255) = 37.08%
BLUE value IS 24 (9.77% from 255) = 26.97%
R=35.96%
G=37.08%
B=26.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3233240.0300.270.8766.6715.7911.18
Hex202118301B574310b
Octal40413030331271032013
Binary100000100001110001101101110101111000011100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202118; }

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

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

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

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

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

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

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

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