#212901

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

Shades of Green Waterloo #212901

Tints of Green Waterloo #212901

Color information

#212901 (or 0x212901) is unknown color: approx Green Waterloo. HEX triplet: 21, 29 and 01. RGB value is (33,41,1). Sum of RGB (Red+Green+Blue) = 33+41+1=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 41 (16.41% from 255 or 54.67% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 41 - color contains mainly: green. Hex color #212901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212901 is #DED6FE. Grayscale: #222222. Windows color (decimal): -14604031 or 76065. OLE color: 76065.

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

Color convert

RGB33411-
CMYK0.2000.980.84
HSL72º95.24%8.24%-
HSV(B)72º97.56%16.08%-
XYZ1.431.910.32-
YUV34.05109.35127.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44%
GREEN value IS 41 (16.41% from 255) = 54.67%
BLUE value IS 1 (0.78% from 255) = 1.33%
R=44%
G=54.67%
B=1.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal334110.2000.980.847295.248.24
Hex212911406254485f8
Octal4151124014212411013710
Binary100001101001110100011000101010100100100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212901; }

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

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

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

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

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

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

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

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