#212412

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

Shades of Green Waterloo #212412

Tints of Green Waterloo #212412

Color information

#212412 (or 0x212412) is unknown color: approx Green Waterloo. HEX triplet: 21, 24 and 12. RGB value is (33,36,18). Sum of RGB (Red+Green+Blue) = 33+36+18=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 36 - color contains mainly: green. Hex color #212412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212412 is #DEDBED. Grayscale: #212121. Windows color (decimal): -14605294 or 1188897. OLE color: 1188897.

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

Color convert

RGB333618-
CMYK0.0800.50.86
HSL70º33.33%10.59%-
HSV(B)70º50%14.12%-
XYZ1.371.630.81-
YUV33.05119.51127.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.93%
GREEN value IS 36 (14.45% from 255) = 41.38%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=37.93%
G=41.38%
B=20.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3336180.0800.50.867033.3310.59
Hex2124128032564621b
Octal414422100621261064113
Binary1000011001001001010000110010101011010001101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212412; }

 p { color: rgb(33,36,18); }

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

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

 a { background-color: rgb(33,36,18); }

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

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

 span { border-color: rgb(33,36,18); }

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