Html Css Color HEX #21221C Green Waterloo

📋 copy color: '#21221C'

red 33 ◦ green 34 ◦ blue 28

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

Shades of Green Waterloo #21221C

Tints of Green Waterloo #21221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 29.47%

R = 34.74%
G = 35.79%
B = 29.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.87

RGB Variations

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

Color information

#21221C (or 0x21221C) is known color: Green Waterloo. HEX triplet: 21, 22 and 1C. RGB value is (33,34,28). Sum of RGB (Red+Green+Blue) = 33+34+28=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 34 - color contains mainly: green. Hex color #21221C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21221C is #DEDDE3. Grayscale: #212121. Windows color (decimal): -14605796 or 1843745. OLE color: 1843745.

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

Color convert

RGB 33 34 28 -
CMYK 0.03 0 0.18 0.87
HSL 70º 0.1% 0.12% -
HSV(B) 70º 0.18% 0.13% -
XYZ 1.41 1.55 1.32 -
YUV 33.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 33 34 28 0.03 0 0.18 0.87 70 0.1 0.12
Hex 21 22 1C 3 0 12 57 46 A C
Octal 41 42 34 3 0 22 127 106 12 14
Binary 100001 100010 11100 11 0 10010 1010111 1000110 1010 1100

Color Harmonies of #21221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21221C

Black with #21221C

Text Example


Text Example

White with #21221C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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