#202501

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

Shades of Green Waterloo #202501

Tints of Green Waterloo #202501

Color information

#202501 (or 0x202501) is unknown color: approx Green Waterloo. HEX triplet: 20, 25 and 01. RGB value is (32,37,1). Sum of RGB (Red+Green+Blue) = 32+37+1=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #202501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202501 is #DFDAFE. Grayscale: #1F1F1F. Windows color (decimal): -14670591 or 75040. OLE color: 75040.

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

Color convert

RGB32371-
CMYK0.1400.970.85
HSL68.33º94.74%7.45%-
HSV(B)68.33º97.3%14.51%-
XYZ1.261.630.28-
YUV31.4110.84128.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.71%
GREEN value IS 37 (14.84% from 255) = 52.86%
BLUE value IS 1 (0.78% from 255) = 1.43%
R=45.71%
G=52.86%
B=1.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal323710.1400.970.8568.3394.747.45
Hex20251E06155445f7
Octal404511601411251041377
Binary1000001001011111001100001101010110001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202501; }

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

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

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

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

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

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

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

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