#212809

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

Shades of Green Waterloo #212809

Tints of Green Waterloo #212809

Color information

#212809 (or 0x212809) is unknown color: approx Green Waterloo. HEX triplet: 21, 28 and 09. RGB value is (33,40,9). Sum of RGB (Red+Green+Blue) = 33+40+9=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 40 (16.02% from 255 or 48.78% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 40 - color contains mainly: green. Hex color #212809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212809 is #DED7F6. Grayscale: #222222. Windows color (decimal): -14604279 or 600097. OLE color: 600097.

HSL color Cylindrical-coordinate representation of color #212809: hue angle of 73.55º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #212809 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB33409-
CMYK0.1700.780.84
HSL73.55º63.27%9.61%-
HSV(B)73.55º77.5%15.69%-
XYZ1.441.860.54-
YUV34.37113.68127.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.24%
GREEN value IS 40 (16.02% from 255) = 48.78%
BLUE value IS 9 (3.91% from 255) = 10.98%
R=40.24%
G=48.78%
B=10.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal334090.1700.780.8473.5563.279.61
Hex212891104E544a3fa
Octal4150112101161241127712
Binary10000110100010011000101001110101010010010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212809; }

 p { color: rgb(33,40,9); }

 H1.HeaderClassName
 {
   color: #212809;
 }
 .AnyTagClassName
 {
   color: #212809;
 }
</style>
background-color css

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

 a { background-color: rgb(33,40,9); }

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

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

 span { border-color: rgb(33,40,9); }

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