Html Css Color HEX #212219 Green Waterloo

📋 copy color: '#212219'

red 33 ◦ green 34 ◦ blue 25

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

Shades of Green Waterloo #212219

Tints of Green Waterloo #212219

RGB

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

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

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

R = 35.87%
G = 36.96%
B = 27.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.87

RGB Variations

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

Color information

#212219 (or 0x212219) is known color: Green Waterloo. HEX triplet: 21, 22 and 19. RGB value is (33,34,25). Sum of RGB (Red+Green+Blue) = 33+34+25=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 34 (13.67% from 255 or 36.96% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 34 - color contains mainly: green. Hex color #212219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212219 is #DEDDE6. Grayscale: #202020. Windows color (decimal): -14605799 or 1647137. OLE color: 1647137.

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

Color convert

RGB 33 34 25 -
CMYK 0.03 0 0.26 0.87
HSL 66.67º 0.15% 0.12% -
HSV(B) 66.67º 0.26% 0.13% -
XYZ 1.37 1.54 1.14 -
YUV 32.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 33 34 25 0.03 0 0.26 0.87 66.67 0.15 0.12
Hex 21 22 19 3 0 1A 57 43 F C
Octal 41 42 31 3 0 32 127 103 17 14
Binary 100001 100010 11001 11 0 11010 1010111 1000011 1111 1100

Color Harmonies of #212219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212219

Black with #212219

Text Example


Text Example

White with #212219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212219; }

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

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

background-color css

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

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

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

border-color css

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

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

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