Html Css Color HEX #212217 Green Waterloo

📋 copy color: '#212217'

red 33 ◦ green 34 ◦ blue 23

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

Shades of Green Waterloo #212217

Tints of Green Waterloo #212217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 25.56%

R = 36.67%
G = 37.78%
B = 25.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.87

RGB Variations

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

Color information

#212217 (or 0x212217) is known color: Green Waterloo. HEX triplet: 21, 22 and 17. RGB value is (33,34,23). Sum of RGB (Red+Green+Blue) = 33+34+23=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 34 - color contains mainly: green. Hex color #212217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212217 is #DEDDE8. Grayscale: #202020. Windows color (decimal): -14605801 or 1516065. OLE color: 1516065.

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

Color convert

RGB 33 34 23 -
CMYK 0.03 0 0.32 0.87
HSL 65.45º 0.19% 0.11% -
HSV(B) 65.45º 0.32% 0.13% -
XYZ 1.35 1.53 1.03 -
YUV 32.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 33 34 23 0.03 0 0.32 0.87 65.45 0.19 0.11
Hex 21 22 17 3 0 20 57 41 13 B
Octal 41 42 27 3 0 40 127 101 23 13
Binary 100001 100010 10111 11 0 100000 1010111 1000001 10011 1011

Color Harmonies of #212217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212217

Black with #212217

Text Example


Text Example

White with #212217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212217; }

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

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

background-color css

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

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

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

border-color css

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

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

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