#202303

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

Shades of Green Waterloo #202303

Tints of Green Waterloo #202303

Color information

#202303 (or 0x202303) is unknown color: approx Green Waterloo. HEX triplet: 20, 23 and 03. RGB value is (32,35,3). Sum of RGB (Red+Green+Blue) = 32+35+3=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 35 - color contains mainly: green. Hex color #202303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202303 is #DFDCFC. Grayscale: #1E1E1E. Windows color (decimal): -14671101 or 205600. OLE color: 205600.

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

Color convert

RGB32353-
CMYK0.0900.910.86
HSL65.62º84.21%7.45%-
HSV(B)65.62º91.43%13.73%-
XYZ1.211.520.31-
YUV30.46112.51129.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.71%
GREEN value IS 35 (14.06% from 255) = 50%
BLUE value IS 3 (1.56% from 255) = 4.29%
R=45.71%
G=50%
B=4.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal323530.0900.910.8665.6284.217.45
Hex20233905B5642547
Octal404331101331261021247
Binary10000010001111100101011011101011010000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202303; }

 p { color: rgb(32,35,3); }

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

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

 a { background-color: rgb(32,35,3); }

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

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

 span { border-color: rgb(32,35,3); }

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