#212305

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

Shades of Green Waterloo #212305

Tints of Green Waterloo #212305

Color information

#212305 (or 0x212305) is unknown color: approx Green Waterloo. HEX triplet: 21, 23 and 05. RGB value is (33,35,5). Sum of RGB (Red+Green+Blue) = 33+35+5=73 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.21% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #212305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212305 is #DEDCFA. Grayscale: #1F1F1F. Windows color (decimal): -14605563 or 336673. OLE color: 336673.

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

Color convert

RGB33355-
CMYK0.0600.860.86
HSL64º75%7.84%-
HSV(B)64º85.71%13.73%-
XYZ1.261.540.37-
YUV30.98113.34129.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 45.21%
GREEN value IS 35 (14.06% from 255) = 47.95%
BLUE value IS 5 (2.34% from 255) = 6.85%
R=45.21%
G=47.95%
B=6.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal333550.0600.860.8664757.84
Hex21235605656404b8
Octal414356012612610011310
Binary100001100011101110010101101010110100000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212305; }

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

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

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

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

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

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

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

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