#212314

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

Shades of Green Waterloo #212314

Tints of Green Waterloo #212314

Color information

#212314 (or 0x212314) is unknown color: approx Green Waterloo. HEX triplet: 21, 23 and 14. RGB value is (33,35,20). Sum of RGB (Red+Green+Blue) = 33+35+20=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 35 (14.06% from 255 or 39.77% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 35 - color contains mainly: green. Hex color #212314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212314 is #DEDCEB. Grayscale: #202020. Windows color (decimal): -14605548 or 1319713. OLE color: 1319713.

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

Color convert

RGB333520-
CMYK0.0600.430.86
HSL68º27.27%10.78%-
HSV(B)68º42.86%13.73%-
XYZ1.351.580.89-
YUV32.69120.84128.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.5%
GREEN value IS 35 (14.06% from 255) = 39.77%
BLUE value IS 20 (8.20% from 255) = 22.73%
R=37.5%
G=39.77%
B=22.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3335200.0600.430.866827.2710.78
Hex212314602B56441bb
Octal41432460531261043313
Binary10000110001110100110010101110101101000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212314; }

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

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

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

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

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

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

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

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