#202600

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

Shades of Green Waterloo #202600

Tints of Green Waterloo #202600

Color information

#202600 (or 0x202600) is unknown color: approx Green Waterloo. HEX triplet: 20, 26 and 00. RGB value is (32,38,0). Sum of RGB (Red+Green+Blue) = 32+38+0=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 38 (15.23% from 255 or 54.29% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 38 - color contains mainly: green. Hex color #202600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202600 is #DFD9FF. Grayscale: #202020. Windows color (decimal): -14670336 or 9760. OLE color: 9760.

HSL color Cylindrical-coordinate representation of color #202600: hue angle of 69.47º 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 #202600 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB32380-
CMYK0.16010.85
HSL69.47º100%7.45%-
HSV(B)69.47º100%14.9%-
XYZ1.291.690.26-
YUV31.87110.01128.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.71%
GREEN value IS 38 (15.23% from 255) = 54.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.71%
G=54.29%
B=0%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal323800.16010.8569.471007.45
Hex20260100645545647
Octal404602001441251051447
Binary10000010011001000001100100101010110001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202600; }

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

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

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

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

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

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

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

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