Html Css Color HEX #20211C Green Waterloo

📋 copy color: '#20211C'

red 32 ◦ green 33 ◦ blue 28

#20211C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #20211C

Tints of Green Waterloo #20211C

RGB

 RED value IS 32 (12.89% from 255) = 34.41%

 GREEN value IS 33 (13.28% from 255) = 35.48%

 BLUE value IS 28 (11.33% from 255) = 30.11%

R = 34.41%
G = 35.48%
B = 30.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#20211C (or 0x20211C) is known color: Green Waterloo. HEX triplet: 20, 21 and 1C. RGB value is (32,33,28). Sum of RGB (Red+Green+Blue) = 32+33+28=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 33 - color contains mainly: green. Hex color #20211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20211C is #DFDEE3. Grayscale: #202020. Windows color (decimal): -14671588 or 1843488. OLE color: 1843488.

HSL color Cylindrical-coordinate representation of color #20211C: hue angle of 72º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #20211C is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 33 28 -
CMYK 0.03 0 0.15 0.87
HSL 72º 0.08% 0.12% -
HSV(B) 72º 0.15% 0.13% -
XYZ 1.35 1.48 1.31 -
YUV 32.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 32 33 28 0.03 0 0.15 0.87 72 0.08 0.12
Hex 20 21 1C 3 0 F 57 48 8 C
Octal 40 41 34 3 0 17 127 110 10 14
Binary 100000 100001 11100 11 0 1111 1010111 1001000 1000 1100

Color Harmonies of #20211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20211C

Black with #20211C

Text Example


Text Example

White with #20211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20211C; }

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

 H1.HeaderClassName
 {
   color: #20211C;
 }
 .AnyTagClassName
 {
   color: #20211C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #20211C;
 }
 .BgClassName
 {
   background-color: #20211C;
 }
</style>

border-color css

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

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

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