Html Css Color HEX #212317 Green Waterloo

📋 copy color: '#212317'

red 33 ◦ green 35 ◦ blue 23

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

Shades of Green Waterloo #212317

Tints of Green Waterloo #212317

RGB

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

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

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

R = 36.26%
G = 38.46%
B = 25.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.86

RGB Variations

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

Color information

#212317 (or 0x212317) is known color: Green Waterloo. HEX triplet: 21, 23 and 17. RGB value is (33,35,23). Sum of RGB (Red+Green+Blue) = 33+35+23=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 35 - color contains mainly: green. Hex color #212317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212317 is #DEDCE8. Grayscale: #212121. Windows color (decimal): -14605545 or 1516321. OLE color: 1516321.

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

Color convert

RGB 33 35 23 -
CMYK 0.06 0 0.34 0.86
HSL 70º 0.21% 0.11% -
HSV(B) 70º 0.34% 0.14% -
XYZ 1.38 1.59 1.04 -
YUV 33.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 33 35 23 0.06 0 0.34 0.86 70 0.21 0.11
Hex 21 23 17 6 0 22 56 46 15 B
Octal 41 43 27 6 0 42 126 106 25 13
Binary 100001 100011 10111 110 0 100010 1010110 1000110 10101 1011

Color Harmonies of #212317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212317

Black with #212317

Text Example


Text Example

White with #212317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212317; }

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

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

background-color css

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

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

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

border-color css

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

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

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