Html Css Color HEX #21221D Green Waterloo

📋 copy color: '#21221D'

red 33 ◦ green 34 ◦ blue 29

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

Shades of Green Waterloo #21221D

Tints of Green Waterloo #21221D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 30.21%

R = 34.38%
G = 35.42%
B = 30.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#21221D (or 0x21221D) is known color: Green Waterloo. HEX triplet: 21, 22 and 1D. RGB value is (33,34,29). Sum of RGB (Red+Green+Blue) = 33+34+29=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 34 - color contains mainly: green. Hex color #21221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21221D is #DEDDE2. Grayscale: #212121. Windows color (decimal): -14605795 or 1909281. OLE color: 1909281.

HSL color Cylindrical-coordinate representation of color #21221D: hue angle of 72º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #21221D is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 34 29 -
CMYK 0.03 0 0.15 0.87
HSL 72º 0.08% 0.12% -
HSV(B) 72º 0.15% 0.13% -
XYZ 1.42 1.56 1.39 -
YUV 33.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 33 34 29 0.03 0 0.15 0.87 72 0.08 0.12
Hex 21 22 1D 3 0 F 57 48 8 C
Octal 41 42 35 3 0 17 127 110 10 14
Binary 100001 100010 11101 11 0 1111 1010111 1001000 1000 1100

Color Harmonies of #21221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21221D

Black with #21221D

Text Example


Text Example

White with #21221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21221D; }

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

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

background-color css

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

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

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

border-color css

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

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

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