#202117

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

Shades of Green Waterloo #202117

Tints of Green Waterloo #202117

Color information

#202117 (or 0x202117) is unknown color: approx Green Waterloo. HEX triplet: 20, 21 and 17. RGB value is (32,33,23). Sum of RGB (Red+Green+Blue) = 32+33+23=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 33 - color contains mainly: green. Hex color #202117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202117 is #DFDEE8. Grayscale: #1F1F1F. Windows color (decimal): -14671593 or 1515808. OLE color: 1515808.

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

Color convert

RGB323323-
CMYK0.0300.300.87
HSL66º17.86%10.98%-
HSV(B)66º30.3%12.94%-
XYZ1.291.461.02-
YUV31.56123.17128.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.36%
GREEN value IS 33 (13.28% from 255) = 37.5%
BLUE value IS 23 (9.38% from 255) = 26.14%
R=36.36%
G=37.5%
B=26.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3233230.0300.300.876617.8610.98
Hex202117301E574212b
Octal40412730361271022213
Binary100000100001101111101111010101111000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202117; }

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

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

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

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

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

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

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

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