#212806

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

Shades of Green Waterloo #212806

Tints of Green Waterloo #212806

Color information

#212806 (or 0x212806) is unknown color: approx Green Waterloo. HEX triplet: 21, 28 and 06. RGB value is (33,40,6). Sum of RGB (Red+Green+Blue) = 33+40+6=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #212806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212806 is #DED7F9. Grayscale: #222222. Windows color (decimal): -14604282 or 403489. OLE color: 403489.

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

Color convert

RGB33406-
CMYK0.1700.850.84
HSL72.35º73.91%9.02%-
HSV(B)72.35º85%15.69%-
XYZ1.421.850.46-
YUV34.03112.18127.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 41.77%
GREEN value IS 40 (16.02% from 255) = 50.63%
BLUE value IS 6 (2.73% from 255) = 7.59%
R=41.77%
G=50.63%
B=7.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal334060.1700.850.8472.3573.919.02
Hex212861105554484a9
Octal4150621012512411011211
Binary10000110100011010001010101011010100100100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212806; }

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

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

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

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

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

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

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

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