#212408

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

Shades of Green Waterloo #212408

Tints of Green Waterloo #212408

Color information

#212408 (or 0x212408) is unknown color: approx Green Waterloo. HEX triplet: 21, 24 and 08. RGB value is (33,36,8). Sum of RGB (Red+Green+Blue) = 33+36+8=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 36 - color contains mainly: green. Hex color #212408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212408 is #DEDBF7. Grayscale: #202020. Windows color (decimal): -14605304 or 533537. OLE color: 533537.

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

Color convert

RGB33368-
CMYK0.0800.780.86
HSL66.43º63.64%8.63%-
HSV(B)66.43º77.78%14.12%-
XYZ1.31.60.47-
YUV31.91114.51128.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.86%
GREEN value IS 36 (14.45% from 255) = 46.75%
BLUE value IS 8 (3.52% from 255) = 10.39%
R=42.86%
G=46.75%
B=10.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal333680.0800.780.8666.4363.648.63
Hex21248804E5642409
Octal41441010011612610210011
Binary10000110010010001000010011101010110100001010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212408; }

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

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

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

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

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

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

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

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