#212704

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

Shades of Green Waterloo #212704

Tints of Green Waterloo #212704

Color information

#212704 (or 0x212704) is unknown color: approx Green Waterloo. HEX triplet: 21, 27 and 04. RGB value is (33,39,4). Sum of RGB (Red+Green+Blue) = 33+39+4=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 4 (1.95% from 255 or 5.26% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #212704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212704 is #DED8FB. Grayscale: #212121. Windows color (decimal): -14604540 or 272161. OLE color: 272161.

HSL color Cylindrical-coordinate representation of color #212704: hue angle of 70.29º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #212704 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.85.

Color convert

RGB33394-
CMYK0.1500.900.85
HSL70.29º81.4%8.43%-
HSV(B)70.29º89.74%15.29%-
XYZ1.371.780.39-
YUV33.22111.51127.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 43.42%
GREEN value IS 39 (15.62% from 255) = 51.32%
BLUE value IS 4 (1.95% from 255) = 5.26%
R=43.42%
G=51.32%
B=5.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal333940.1500.900.8570.2981.48.43
Hex21274F05A5546518
Octal4147417013212510612110
Binary1000011001111001111010110101010101100011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212704; }

 p { color: rgb(33,39,4); }

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

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

 a { background-color: rgb(33,39,4); }

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

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

 span { border-color: rgb(33,39,4); }

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