#202500

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

Shades of Green Waterloo #202500

Tints of Green Waterloo #202500

Color information

#202500 (or 0x202500) is unknown color: approx Green Waterloo. HEX triplet: 20, 25 and 00. RGB value is (32,37,0). Sum of RGB (Red+Green+Blue) = 32+37+0=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #202500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202500 is #DFDAFF. Grayscale: #1F1F1F. Windows color (decimal): -14670592 or 9504. OLE color: 9504.

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

Color convert

RGB32370-
CMYK0.14010.85
HSL68.11º100%7.25%-
HSV(B)68.11º100%14.51%-
XYZ1.261.630.25-
YUV31.29110.34128.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 46.38%
GREEN value IS 37 (14.84% from 255) = 53.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.38%
G=53.62%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal323700.14010.8568.111007.25
Hex20250E0645544647
Octal404501601441251041447
Binary1000001001010111001100100101010110001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202500; }

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

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

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

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

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

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

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

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