#212400

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

Shades of Green Waterloo #212400

Tints of Green Waterloo #212400

Color information

#212400 (or 0x212400) is unknown color: approx Green Waterloo. HEX triplet: 21, 24 and 00. RGB value is (33,36,0). Sum of RGB (Red+Green+Blue) = 33+36+0=69 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.83% from 69); Green value is 36 (14.45% from 255 or 52.17% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 36 - color contains mainly: green. Hex color #212400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212400 is #DEDBFF. Grayscale: #1F1F1F. Windows color (decimal): -14605312 or 9249. OLE color: 9249.

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

Color convert

RGB33360-
CMYK0.08010.86
HSL65º100%7.06%-
HSV(B)65º100%14.12%-
XYZ1.261.590.24-
YUV31110.51129.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.83%
GREEN value IS 36 (14.45% from 255) = 52.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.83%
G=52.17%
B=0%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal333600.08010.86651007.06
Hex2124080645641647
Octal414401001441261011447
Binary1000011001000100001100100101011010000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212400; }

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

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

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

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

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

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

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

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