Html Css Color HEX #212213 Green Waterloo

📋 copy color: '#212213'

red 33 ◦ green 34 ◦ blue 19

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

Shades of Green Waterloo #212213

Tints of Green Waterloo #212213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 22.09%

R = 38.37%
G = 39.53%
B = 22.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#212213 (or 0x212213) is known color: Green Waterloo. HEX triplet: 21, 22 and 13. RGB value is (33,34,19). Sum of RGB (Red+Green+Blue) = 33+34+19=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 34 (13.67% from 255 or 39.53% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 34 - color contains mainly: green. Hex color #212213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212213 is #DEDDEC. Grayscale: #202020. Windows color (decimal): -14605805 or 1253921. OLE color: 1253921.

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

Color convert

RGB 33 34 19 -
CMYK 0.03 0 0.44 0.87
HSL 64º 0.28% 0.1% -
HSV(B) 64º 0.44% 0.13% -
XYZ 1.32 1.51 0.84 -
YUV 31.99 120.67 128.72 -
System Red Green Blue C M Y K H S L
Decimal 33 34 19 0.03 0 0.44 0.87 64 0.28 0.1
Hex 21 22 13 3 0 2C 57 40 1C A
Octal 41 42 23 3 0 54 127 100 34 12
Binary 100001 100010 10011 11 0 101100 1010111 1000000 11100 1010

Color Harmonies of #212213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212213

Black with #212213

Text Example


Text Example

White with #212213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212213; }

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

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

background-color css

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

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

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

border-color css

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

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

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