#202301

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

Shades of Green Waterloo #202301

Tints of Green Waterloo #202301

Color information

#202301 (or 0x202301) is unknown color: approx Green Waterloo. HEX triplet: 20, 23 and 01. RGB value is (32,35,1). Sum of RGB (Red+Green+Blue) = 32+35+1=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 35 (14.06% from 255 or 51.47% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 35 - color contains mainly: green. Hex color #202301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202301 is #DFDCFE. Grayscale: #1E1E1E. Windows color (decimal): -14671103 or 74528. OLE color: 74528.

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

Color convert

RGB32351-
CMYK0.0900.970.86
HSL65.29º94.44%7.06%-
HSV(B)65.29º97.14%13.73%-
XYZ1.21.510.26-
YUV30.23111.51129.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 47.06%
GREEN value IS 35 (14.06% from 255) = 51.47%
BLUE value IS 1 (0.78% from 255) = 1.47%
R=47.06%
G=51.47%
B=1.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal323510.0900.970.8665.2994.447.06
Hex20231906156415e7
Octal404311101411261011367
Binary1000001000111100101100001101011010000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202301; }

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

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

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

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

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

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

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

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