#202113

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

Shades of Green Waterloo #202113

Tints of Green Waterloo #202113

Color information

#202113 (or 0x202113) is unknown color: approx Green Waterloo. HEX triplet: 20, 21 and 13. RGB value is (32,33,19). Sum of RGB (Red+Green+Blue) = 32+33+19=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 33 - color contains mainly: green. Hex color #202113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202113 is #DFDEEC. Grayscale: #1F1F1F. Windows color (decimal): -14671597 or 1253664. OLE color: 1253664.

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

Color convert

RGB323319-
CMYK0.0300.420.87
HSL64.29º26.92%10.2%-
HSV(B)64.29º42.42%12.94%-
XYZ1.261.440.83-
YUV31.1121.17128.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.10%
GREEN value IS 33 (13.28% from 255) = 39.29%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=38.10%
G=39.29%
B=22.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3233190.0300.420.8764.2926.9210.2
Hex202113302A57401ba
Octal40412330521271003312
Binary1000001000011001111010101010101111000000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202113; }

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

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

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

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

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

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

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

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