Html Css Color HEX #202213 Green Waterloo

📋 copy color: '#202213'

red 32 ◦ green 34 ◦ blue 19

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

Shades of Green Waterloo #202213

Tints of Green Waterloo #202213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 40%

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

R = 37.65%
G = 40%
B = 22.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#202213 (or 0x202213) is known color: Green Waterloo. HEX triplet: 20, 22 and 13. RGB value is (32,34,19). Sum of RGB (Red+Green+Blue) = 32+34+19=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 34 - color contains mainly: green. Hex color #202213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202213 is #DFDDEC. Grayscale: #1F1F1F. Windows color (decimal): -14671341 or 1253920. OLE color: 1253920.

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

Color convert

RGB 32 34 19 -
CMYK 0.06 0 0.44 0.87
HSL 68º 0.28% 0.1% -
HSV(B) 68º 0.44% 0.13% -
XYZ 1.29 1.5 0.84 -
YUV 31.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 32 34 19 0.06 0 0.44 0.87 68 0.28 0.1
Hex 20 22 13 6 0 2C 57 44 1C A
Octal 40 42 23 6 0 54 127 104 34 12
Binary 100000 100010 10011 110 0 101100 1010111 1000100 11100 1010

Color Harmonies of #202213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202213

Black with #202213

Text Example


Text Example

White with #202213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202213; }

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

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

background-color css

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

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

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

border-color css

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

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

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