Html Css Color HEX #202113 Green Waterloo

📋 copy color: '#202113'

red 32 ◦ green 33 ◦ blue 19

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

Shades of Green Waterloo #202113

Tints of Green Waterloo #202113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 22.62%

R = 38.1%
G = 39.29%
B = 22.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.87

RGB Variations

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

Color information

#202113 (or 0x202113) is known color: 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

RGB 32 33 19 -
CMYK 0.03 0 0.42 0.87
HSL 64.29º 0.27% 0.1% -
HSV(B) 64.29º 0.42% 0.13% -
XYZ 1.26 1.44 0.83 -
YUV 31.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 32 33 19 0.03 0 0.42 0.87 64.29 0.27 0.1
Hex 20 21 13 3 0 2A 57 40 1B A
Octal 40 41 23 3 0 52 127 100 33 12
Binary 100000 100001 10011 11 0 101010 1010111 1000000 11011 1010

Color Harmonies of #202113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202113

Black with #202113

Text Example


Text Example

White with #202113

Text Example


Text Example

HTML Codes & Css Web 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>