#212306

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

Shades of Green Waterloo #212306

Tints of Green Waterloo #212306

Color information

#212306 (or 0x212306) is unknown color: approx Green Waterloo. HEX triplet: 21, 23 and 06. RGB value is (33,35,6). Sum of RGB (Red+Green+Blue) = 33+35+6=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #212306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212306 is #DEDCF9. Grayscale: #1F1F1F. Windows color (decimal): -14605562 or 402209. OLE color: 402209.

HSL color Cylindrical-coordinate representation of color #212306: hue angle of 64.14º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #212306 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.86.

Color convert

RGB33356-
CMYK0.0600.830.86
HSL64.14º70.73%8.04%-
HSV(B)64.14º82.86%13.73%-
XYZ1.261.540.4-
YUV31.1113.84129.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44.59%
GREEN value IS 35 (14.06% from 255) = 47.30%
BLUE value IS 6 (2.73% from 255) = 8.11%
R=44.59%
G=47.30%
B=8.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal333560.0600.830.8664.1470.738.04
Hex2123660535640478
Octal414366012312610010710
Binary100001100011110110010100111010110100000010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212306; }

 p { color: rgb(33,35,6); }

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

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

 a { background-color: rgb(33,35,6); }

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

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

 span { border-color: rgb(33,35,6); }

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