#202800

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

Shades of Green Waterloo #202800

Tints of Green Waterloo #202800

Color information

#202800 (or 0x202800) is unknown color: approx Green Waterloo. HEX triplet: 20, 28 and 00. RGB value is (32,40,0). Sum of RGB (Red+Green+Blue) = 32+40+0=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 40 (16.02% from 255 or 55.56% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 40 - color contains mainly: green. Hex color #202800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202800 is #DFD7FF. Grayscale: #212121. Windows color (decimal): -14669824 or 10272. OLE color: 10272.

HSL color Cylindrical-coordinate representation of color #202800: hue angle of 72º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #202800 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.84.

Color convert

RGB32400-
CMYK0.20010.84
HSL72º100%7.84%-
HSV(B)72º100%15.69%-
XYZ1.351.820.28-
YUV33.05109.35127.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 44.44%
GREEN value IS 40 (16.02% from 255) = 55.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.44%
G=55.56%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal324000.20010.84721007.84
Hex20280140645448648
Octal4050024014412411014410
Binary100000101000010100011001001010100100100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202800; }

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

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

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

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

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

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

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

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