Html Css Color HEX #202218 Green Waterloo

📋 copy color: '#202218'

red 32 ◦ green 34 ◦ blue 24

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

Shades of Green Waterloo #202218

Tints of Green Waterloo #202218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 26.67%

R = 35.56%
G = 37.78%
B = 26.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.87

RGB Variations

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

Color information

#202218 (or 0x202218) is known color: Green Waterloo. HEX triplet: 20, 22 and 18. RGB value is (32,34,24). Sum of RGB (Red+Green+Blue) = 32+34+24=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 34 - color contains mainly: green. Hex color #202218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202218 is #DFDDE7. Grayscale: #202020. Windows color (decimal): -14671336 or 1581600. OLE color: 1581600.

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

Color convert

RGB 32 34 24 -
CMYK 0.06 0 0.29 0.87
HSL 72º 0.17% 0.11% -
HSV(B) 72º 0.29% 0.13% -
XYZ 1.33 1.52 1.09 -
YUV 32.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 32 34 24 0.06 0 0.29 0.87 72 0.17 0.11
Hex 20 22 18 6 0 1D 57 48 11 B
Octal 40 42 30 6 0 35 127 110 21 13
Binary 100000 100010 11000 110 0 11101 1010111 1001000 10001 1011

Color Harmonies of #202218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202218

Black with #202218

Text Example


Text Example

White with #202218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202218; }

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

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

background-color css

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

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

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

border-color css

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

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

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