#212313

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

Shades of Green Waterloo #212313

Tints of Green Waterloo #212313

Color information

#212313 (or 0x212313) is unknown color: approx Green Waterloo. HEX triplet: 21, 23 and 13. RGB value is (33,35,19). Sum of RGB (Red+Green+Blue) = 33+35+19=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 35 (14.06% from 255 or 40.23% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 35 - color contains mainly: green. Hex color #212313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212313 is #DEDCEC. Grayscale: #202020. Windows color (decimal): -14605549 or 1254177. OLE color: 1254177.

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

Color convert

RGB333519-
CMYK0.0600.460.86
HSL67.5º29.63%10.59%-
HSV(B)67.5º45.71%13.73%-
XYZ1.351.570.85-
YUV32.58120.34128.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.93%
GREEN value IS 35 (14.06% from 255) = 40.23%
BLUE value IS 19 (7.81% from 255) = 21.84%
R=37.93%
G=40.23%
B=21.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3335190.0600.460.8667.529.6310.59
Hex212313602E56441eb
Octal41432360561261043613
Binary10000110001110011110010111010101101000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212313; }

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

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

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

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

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

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

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

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