Html Css Color HEX #212210 Green Waterloo

📋 copy color: '#212210'

red 33 ◦ green 34 ◦ blue 16

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

Shades of Green Waterloo #212210

Tints of Green Waterloo #212210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 19.28%

R = 39.76%
G = 40.96%
B = 19.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.87

RGB Variations

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

Color information

#212210 (or 0x212210) is known color: Green Waterloo. HEX triplet: 21, 22 and 10. RGB value is (33,34,16). Sum of RGB (Red+Green+Blue) = 33+34+16=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 34 (13.67% from 255 or 40.96% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 34 - color contains mainly: green. Hex color #212210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212210 is #DEDDEF. Grayscale: #1F1F1F. Windows color (decimal): -14605808 or 1057313. OLE color: 1057313.

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

Color convert

RGB 33 34 16 -
CMYK 0.03 0 0.53 0.87
HSL 63.33º 0.36% 0.1% -
HSV(B) 63.33º 0.53% 0.13% -
XYZ 1.29 1.5 0.71 -
YUV 31.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 33 34 16 0.03 0 0.53 0.87 63.33 0.36 0.1
Hex 21 22 10 3 0 35 57 3F 24 A
Octal 41 42 20 3 0 65 127 77 44 12
Binary 100001 100010 10000 11 0 110101 1010111 111111 100100 1010

Color Harmonies of #212210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212210

Black with #212210

Text Example


Text Example

White with #212210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212210; }

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

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

background-color css

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

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

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

border-color css

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

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

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