#202114

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

Shades of Green Waterloo #202114

Tints of Green Waterloo #202114

Color information

#202114 (or 0x202114) is unknown color: approx Green Waterloo. HEX triplet: 20, 21 and 14. RGB value is (32,33,20). Sum of RGB (Red+Green+Blue) = 32+33+20=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 33 - color contains mainly: green. Hex color #202114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202114 is #DFDEEB. Grayscale: #1F1F1F. Windows color (decimal): -14671596 or 1319200. OLE color: 1319200.

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

Color convert

RGB323320-
CMYK0.0300.390.87
HSL64.62º24.53%10.39%-
HSV(B)64.62º39.39%12.94%-
XYZ1.271.450.87-
YUV31.22121.67128.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.65%
GREEN value IS 33 (13.28% from 255) = 38.82%
BLUE value IS 20 (8.20% from 255) = 23.53%
R=37.65%
G=38.82%
B=23.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3233200.0300.390.8764.6224.5310.39
Hex2021143027574119a
Octal40412430471271013112
Binary1000001000011010011010011110101111000001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202114; }

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

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

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

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

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

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

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

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