#212409

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

Shades of Green Waterloo #212409

Tints of Green Waterloo #212409

Color information

#212409 (or 0x212409) is unknown color: approx Green Waterloo. HEX triplet: 21, 24 and 09. RGB value is (33,36,9). Sum of RGB (Red+Green+Blue) = 33+36+9=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 36 - color contains mainly: green. Hex color #212409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212409 is #DEDBF6. Grayscale: #202020. Windows color (decimal): -14605303 or 599073. OLE color: 599073.

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

Color convert

RGB33369-
CMYK0.0800.750.86
HSL66.67º60%8.82%-
HSV(B)66.67º75%14.12%-
XYZ1.311.60.5-
YUV32.02115.01128.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.31%
GREEN value IS 36 (14.45% from 255) = 46.15%
BLUE value IS 9 (3.91% from 255) = 11.54%
R=42.31%
G=46.15%
B=11.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal333690.0800.750.8666.67608.82
Hex21249804B56433c9
Octal4144111001131261037411
Binary1000011001001001100001001011101011010000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212409; }

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

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

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

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

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

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

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

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