#212609

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

Shades of Green Waterloo #212609

Tints of Green Waterloo #212609

Color information

#212609 (or 0x212609) is unknown color: approx Green Waterloo. HEX triplet: 21, 26 and 09. RGB value is (33,38,9). Sum of RGB (Red+Green+Blue) = 33+38+9=80 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.25% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #212609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212609 is #DED9F6. Grayscale: #212121. Windows color (decimal): -14604791 or 599585. OLE color: 599585.

HSL color Cylindrical-coordinate representation of color #212609: hue angle of 70.34º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #212609 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB33389-
CMYK0.1300.760.85
HSL70.34º61.7%9.22%-
HSV(B)70.34º76.32%14.9%-
XYZ1.371.730.52-
YUV33.2114.34127.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 41.25%
GREEN value IS 38 (15.23% from 255) = 47.5%
BLUE value IS 9 (3.91% from 255) = 11.25%
R=41.25%
G=47.5%
B=11.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal333890.1300.760.8570.3461.79.22
Hex21269D04C55463e9
Octal4146111501141251067611
Binary1000011001101001110101001100101010110001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212609; }

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

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

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

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

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

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

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

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