#21221C

Color #21221C Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #21221C

Tints of Green Waterloo #21221C

Color information

#21221C (or 0x21221C) is unknown color: approx 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

RGB333428-
CMYK0.0300.180.87
HSL70º9.68%12.16%-
HSV(B)70º17.65%13.33%-
XYZ1.411.551.32-
YUV33.02125.17127.99-

RGB Variations

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

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 (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3334280.0300.180.87709.6812.16
Hex21221C30125746ac
Octal41423430221271061214
Binary10000110001011100110100101010111100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>