#202601

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

Shades of Green Waterloo #202601

Tints of Green Waterloo #202601

Color information

#202601 (or 0x202601) is unknown color: approx Green Waterloo. HEX triplet: 20, 26 and 01. RGB value is (32,38,1). Sum of RGB (Red+Green+Blue) = 32+38+1=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 38 (15.23% from 255 or 53.52% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 38 - color contains mainly: green. Hex color #202601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202601 is #DFD9FE. Grayscale: #202020. Windows color (decimal): -14670335 or 75296. OLE color: 75296.

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

Color convert

RGB32381-
CMYK0.1600.970.85
HSL69.73º94.87%7.65%-
HSV(B)69.73º97.37%14.9%-
XYZ1.291.70.29-
YUV31.99110.51128.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.07%
GREEN value IS 38 (15.23% from 255) = 53.52%
BLUE value IS 1 (0.78% from 255) = 1.41%
R=45.07%
G=53.52%
B=1.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal323810.1600.970.8569.7394.877.65
Hex202611006155465f8
Octal4046120014112510613710
Binary100000100110110000011000011010101100011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202601; }

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

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

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

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

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

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

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

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