Html Css Color HEX #212316 Green Waterloo

📋 copy color: '#212316'

red 33 ◦ green 35 ◦ blue 22

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

Shades of Green Waterloo #212316

Tints of Green Waterloo #212316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 38.89%

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

R = 36.67%
G = 38.89%
B = 24.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.86

RGB Variations

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

Color information

#212316 (or 0x212316) is known color: Green Waterloo. HEX triplet: 21, 23 and 16. RGB value is (33,35,22). Sum of RGB (Red+Green+Blue) = 33+35+22=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 35 - color contains mainly: green. Hex color #212316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212316 is #DEDCE9. Grayscale: #202020. Windows color (decimal): -14605546 or 1450785. OLE color: 1450785.

HSL color Cylindrical-coordinate representation of color #212316: hue angle of 69.23º degrees, saturation: 0.23, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #212316 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 35 22 -
CMYK 0.06 0 0.37 0.86
HSL 69.23º 0.23% 0.11% -
HSV(B) 69.23º 0.37% 0.14% -
XYZ 1.37 1.58 0.99 -
YUV 32.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 33 35 22 0.06 0 0.37 0.86 69.23 0.23 0.11
Hex 21 23 16 6 0 25 56 45 17 B
Octal 41 43 26 6 0 45 126 105 27 13
Binary 100001 100011 10110 110 0 100101 1010110 1000101 10111 1011

Color Harmonies of #212316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212316

Black with #212316

Text Example


Text Example

White with #212316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212316; }

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

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

background-color css

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

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

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

border-color css

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

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

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