#212808

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

Shades of Green Waterloo #212808

Tints of Green Waterloo #212808

Color information

#212808 (or 0x212808) is unknown color: approx Green Waterloo. HEX triplet: 21, 28 and 08. RGB value is (33,40,8). Sum of RGB (Red+Green+Blue) = 33+40+8=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #212808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212808 is #DED7F7. Grayscale: #222222. Windows color (decimal): -14604280 or 534561. OLE color: 534561.

HSL color Cylindrical-coordinate representation of color #212808: hue angle of 73.12º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #212808 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.84.

Color convert

RGB33408-
CMYK0.1700.800.84
HSL73.12º66.67%9.41%-
HSV(B)73.12º80%15.69%-
XYZ1.431.860.51-
YUV34.26113.18127.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.74%
GREEN value IS 40 (16.02% from 255) = 49.38%
BLUE value IS 8 (3.52% from 255) = 9.88%
R=40.74%
G=49.38%
B=9.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal334080.1700.800.8473.1266.679.41
Hex21288110505449439
Octal41501021012012411110311
Binary100001101000100010001010100001010100100100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212808; }

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

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

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

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

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

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

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

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