Html Css Color HEX #212319 Green Waterloo

📋 copy color: '#212319'

red 33 ◦ green 35 ◦ blue 25

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

Shades of Green Waterloo #212319

Tints of Green Waterloo #212319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 26.88%

R = 35.48%
G = 37.63%
B = 26.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.86

RGB Variations

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

Color information

#212319 (or 0x212319) is known color: Green Waterloo. HEX triplet: 21, 23 and 19. RGB value is (33,35,25). Sum of RGB (Red+Green+Blue) = 33+35+25=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 35 (14.06% from 255 or 37.63% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 35 - color contains mainly: green. Hex color #212319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212319 is #DEDCE6. Grayscale: #212121. Windows color (decimal): -14605543 or 1647393. OLE color: 1647393.

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

Color convert

RGB 33 35 25 -
CMYK 0.06 0 0.29 0.86
HSL 72º 0.17% 0.12% -
HSV(B) 72º 0.29% 0.14% -
XYZ 1.4 1.6 1.15 -
YUV 33.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 33 35 25 0.06 0 0.29 0.86 72 0.17 0.12
Hex 21 23 19 6 0 1D 56 48 11 C
Octal 41 43 31 6 0 35 126 110 21 14
Binary 100001 100011 11001 110 0 11101 1010110 1001000 10001 1100

Color Harmonies of #212319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212319

Black with #212319

Text Example


Text Example

White with #212319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212319; }

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

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

background-color css

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

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

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

border-color css

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

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

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