#212410

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

Shades of Green Waterloo #212410

Tints of Green Waterloo #212410

Color information

#212410 (or 0x212410) is unknown color: approx Green Waterloo. HEX triplet: 21, 24 and 10. RGB value is (33,36,16). Sum of RGB (Red+Green+Blue) = 33+36+16=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 36 - color contains mainly: green. Hex color #212410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212410 is #DEDBEF. Grayscale: #202020. Windows color (decimal): -14605296 or 1057825. OLE color: 1057825.

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

Color convert

RGB333616-
CMYK0.0800.560.86
HSL69º38.46%10.2%-
HSV(B)69º55.56%14.12%-
XYZ1.351.620.73-
YUV32.82118.51128.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.82%
GREEN value IS 36 (14.45% from 255) = 42.35%
BLUE value IS 16 (6.64% from 255) = 18.82%
R=38.82%
G=42.35%
B=18.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3336160.0800.560.866938.4610.2
Hex2124108038564526a
Octal414420100701261054612
Binary1000011001001000010000111000101011010001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212410; }

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

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

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

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

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

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

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

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