#212405

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

Shades of Green Waterloo #212405

Tints of Green Waterloo #212405

Color information

#212405 (or 0x212405) is unknown color: approx Green Waterloo. HEX triplet: 21, 24 and 05. RGB value is (33,36,5). Sum of RGB (Red+Green+Blue) = 33+36+5=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 36 - color contains mainly: green. Hex color #212405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212405 is #DEDBFA. Grayscale: #1F1F1F. Windows color (decimal): -14605307 or 336929. OLE color: 336929.

HSL color Cylindrical-coordinate representation of color #212405: hue angle of 65.81º degrees, saturation: 0.76, 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 #212405 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.86.

Color convert

RGB33365-
CMYK0.0800.860.86
HSL65.81º75.61%8.04%-
HSV(B)65.81º86.11%14.12%-
XYZ1.291.60.38-
YUV31.57113.01129.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44.59%
GREEN value IS 36 (14.45% from 255) = 48.65%
BLUE value IS 5 (2.34% from 255) = 6.76%
R=44.59%
G=48.65%
B=6.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal333650.0800.860.8665.8175.618.04
Hex21245805656424c8
Octal4144510012612610211410
Binary1000011001001011000010101101010110100001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212405; }

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

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

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

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

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

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

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

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