#202508

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

Shades of Green Waterloo #202508

Tints of Green Waterloo #202508

Color information

#202508 (or 0x202508) is unknown color: approx Green Waterloo. HEX triplet: 20, 25 and 08. RGB value is (32,37,8). Sum of RGB (Red+Green+Blue) = 32+37+8=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #202508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202508 is #DFDAF7. Grayscale: #202020. Windows color (decimal): -14670584 or 533792. OLE color: 533792.

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

Color convert

RGB32378-
CMYK0.1400.780.85
HSL70.34º64.44%8.82%-
HSV(B)70.34º78.38%14.51%-
XYZ1.31.650.48-
YUV32.2114.34127.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.56%
GREEN value IS 37 (14.84% from 255) = 48.05%
BLUE value IS 8 (3.52% from 255) = 10.39%
R=41.56%
G=48.05%
B=10.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal323780.1400.780.8570.3464.448.82
Hex20258E04E5546409
Octal40451016011612510610011
Binary10000010010110001110010011101010101100011010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202508; }

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

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

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

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

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

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

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

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