Html Css Color HEX #212216 Green Waterloo

📋 copy color: '#212216'

red 33 ◦ green 34 ◦ blue 22

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

Shades of Green Waterloo #212216

Tints of Green Waterloo #212216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 24.72%

R = 37.08%
G = 38.2%
B = 24.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.87

RGB Variations

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

Color information

#212216 (or 0x212216) is known color: Green Waterloo. HEX triplet: 21, 22 and 16. RGB value is (33,34,22). Sum of RGB (Red+Green+Blue) = 33+34+22=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 34 - color contains mainly: green. Hex color #212216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212216 is #DEDDE9. Grayscale: #202020. Windows color (decimal): -14605802 or 1450529. OLE color: 1450529.

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

Color convert

RGB 33 34 22 -
CMYK 0.03 0 0.35 0.87
HSL 65º 0.21% 0.11% -
HSV(B) 65º 0.35% 0.13% -
XYZ 1.34 1.53 0.98 -
YUV 32.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 33 34 22 0.03 0 0.35 0.87 65 0.21 0.11
Hex 21 22 16 3 0 23 57 41 15 B
Octal 41 42 26 3 0 43 127 101 25 13
Binary 100001 100010 10110 11 0 100011 1010111 1000001 10101 1011

Color Harmonies of #212216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212216

Black with #212216

Text Example


Text Example

White with #212216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212216; }

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

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

background-color css

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

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

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

border-color css

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

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

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