#202507

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

Shades of Green Waterloo #202507

Tints of Green Waterloo #202507

Color information

#202507 (or 0x202507) is unknown color: approx Green Waterloo. HEX triplet: 20, 25 and 07. RGB value is (32,37,7). Sum of RGB (Red+Green+Blue) = 32+37+7=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #202507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202507 is #DFDAF8. Grayscale: #202020. Windows color (decimal): -14670585 or 468256. OLE color: 468256.

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

Color convert

RGB32377-
CMYK0.1400.810.85
HSL70º68.18%8.63%-
HSV(B)70º81.08%14.51%-
XYZ1.31.650.45-
YUV32.08113.84127.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.11%
GREEN value IS 37 (14.84% from 255) = 48.68%
BLUE value IS 7 (3.12% from 255) = 9.21%
R=42.11%
G=48.68%
B=9.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal323770.1400.810.857068.188.63
Hex20257E0515546449
Octal4045716012112510610411
Binary1000001001011111110010100011010101100011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202507; }

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

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

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

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

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

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

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

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