Html Css Color HEX #202219 Green Waterloo

📋 copy color: '#202219'

red 32 ◦ green 34 ◦ blue 25

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

Shades of Green Waterloo #202219

Tints of Green Waterloo #202219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 27.47%

R = 35.16%
G = 37.36%
B = 27.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.87

RGB Variations

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

Color information

#202219 (or 0x202219) is known color: Green Waterloo. HEX triplet: 20, 22 and 19. RGB value is (32,34,25). Sum of RGB (Red+Green+Blue) = 32+34+25=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 25 (10.16% from 255 or 27.47% from 91); Max value from RGB is 34 - color contains mainly: green. Hex color #202219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202219 is #DFDDE6. Grayscale: #202020. Windows color (decimal): -14671335 or 1647136. OLE color: 1647136.

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

Color convert

RGB 32 34 25 -
CMYK 0.06 0 0.26 0.87
HSL 73.33º 0.15% 0.12% -
HSV(B) 73.33º 0.26% 0.13% -
XYZ 1.34 1.52 1.14 -
YUV 32.38 123.84 127.73 -
System Red Green Blue C M Y K H S L
Decimal 32 34 25 0.06 0 0.26 0.87 73.33 0.15 0.12
Hex 20 22 19 6 0 1A 57 49 F C
Octal 40 42 31 6 0 32 127 111 17 14
Binary 100000 100010 11001 110 0 11010 1010111 1001001 1111 1100

Color Harmonies of #202219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202219

Black with #202219

Text Example


Text Example

White with #202219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202219; }

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

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

background-color css

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

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

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

border-color css

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

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

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