#212304

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

Shades of Green Waterloo #212304

Tints of Green Waterloo #212304

Color information

#212304 (or 0x212304) is unknown color: approx Green Waterloo. HEX triplet: 21, 23 and 04. RGB value is (33,35,4). Sum of RGB (Red+Green+Blue) = 33+35+4=72 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.83% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #212304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212304 is #DEDCFB. Grayscale: #1E1E1E. Windows color (decimal): -14605564 or 271137. OLE color: 271137.

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

Color convert

RGB33354-
CMYK0.0600.890.86
HSL63.87º79.49%7.65%-
HSV(B)63.87º88.57%13.73%-
XYZ1.251.530.35-
YUV30.87112.84129.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 45.83%
GREEN value IS 35 (14.06% from 255) = 48.61%
BLUE value IS 4 (1.95% from 255) = 5.56%
R=45.83%
G=48.61%
B=5.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal333540.0600.890.8663.8779.497.65
Hex21234605956404f8
Octal414346013112610011710
Binary100001100011100110010110011010110100000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212304; }

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

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

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

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

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

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

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

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