#212905

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

Shades of Green Waterloo #212905

Tints of Green Waterloo #212905

Color information

#212905 (or 0x212905) is unknown color: approx Green Waterloo. HEX triplet: 21, 29 and 05. RGB value is (33,41,5). Sum of RGB (Red+Green+Blue) = 33+41+5=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 41 (16.41% from 255 or 51.90% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 41 - color contains mainly: green. Hex color #212905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212905 is #DED6FA. Grayscale: #222222. Windows color (decimal): -14604027 or 338209. OLE color: 338209.

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

Color convert

RGB33415-
CMYK0.2000.880.84
HSL73.33º78.26%9.02%-
HSV(B)73.33º87.8%16.08%-
XYZ1.451.920.44-
YUV34.5111.35126.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 41.77%
GREEN value IS 41 (16.41% from 255) = 51.90%
BLUE value IS 5 (2.34% from 255) = 6.33%
R=41.77%
G=51.90%
B=6.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal334150.2000.880.8473.3378.269.02
Hex212951405854494e9
Octal4151524013012411111611
Binary10000110100110110100010110001010100100100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212905; }

 p { color: rgb(33,41,5); }

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

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

 a { background-color: rgb(33,41,5); }

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

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

 span { border-color: rgb(33,41,5); }

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