Html Css Color HEX #212218 Green Waterloo

📋 copy color: '#212218'

red 33 ◦ green 34 ◦ blue 24

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

Shades of Green Waterloo #212218

Tints of Green Waterloo #212218

RGB

 RED value IS 33 (13.28% from 255) = 36.26%

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

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

R = 36.26%
G = 37.36%
B = 26.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.87

RGB Variations

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

Color information

#212218 (or 0x212218) is known color: Green Waterloo. HEX triplet: 21, 22 and 18. RGB value is (33,34,24). Sum of RGB (Red+Green+Blue) = 33+34+24=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 34 - color contains mainly: green. Hex color #212218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212218 is #DEDDE7. Grayscale: #202020. Windows color (decimal): -14605800 or 1581601. OLE color: 1581601.

HSL color Cylindrical-coordinate representation of color #212218: hue angle of 66º 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 #212218 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 34 24 -
CMYK 0.03 0 0.29 0.87
HSL 66º 0.17% 0.11% -
HSV(B) 66º 0.29% 0.13% -
XYZ 1.36 1.53 1.09 -
YUV 32.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 33 34 24 0.03 0 0.29 0.87 66 0.17 0.11
Hex 21 22 18 3 0 1D 57 42 11 B
Octal 41 42 30 3 0 35 127 102 21 13
Binary 100001 100010 11000 11 0 11101 1010111 1000010 10001 1011

Color Harmonies of #212218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212218

Black with #212218

Text Example


Text Example

White with #212218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212218; }

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

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

background-color css

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

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

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

border-color css

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

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

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