#212703

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

Shades of Green Waterloo #212703

Tints of Green Waterloo #212703

Color information

#212703 (or 0x212703) is unknown color: approx Green Waterloo. HEX triplet: 21, 27 and 03. RGB value is (33,39,3). Sum of RGB (Red+Green+Blue) = 33+39+3=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 39 (15.62% from 255 or 52% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 39 - color contains mainly: green. Hex color #212703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212703 is #DED8FC. Grayscale: #212121. Windows color (decimal): -14604541 or 206625. OLE color: 206625.

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

Color convert

RGB33393-
CMYK0.1500.920.85
HSL70º85.71%8.24%-
HSV(B)70º92.31%15.29%-
XYZ1.371.780.36-
YUV33.1111.01127.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44%
GREEN value IS 39 (15.62% from 255) = 52%
BLUE value IS 3 (1.56% from 255) = 4%
R=44%
G=52%
B=4%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal333930.1500.920.857085.718.24
Hex21273F05C5546568
Octal4147317013412510612610
Binary100001100111111111010111001010101100011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212703; }

 p { color: rgb(33,39,3); }

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

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

 a { background-color: rgb(33,39,3); }

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

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

 span { border-color: rgb(33,39,3); }

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