#202706

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

Shades of Green Waterloo #202706

Tints of Green Waterloo #202706

Color information

#202706 (or 0x202706) is unknown color: approx Green Waterloo. HEX triplet: 20, 27 and 06. RGB value is (32,39,6). Sum of RGB (Red+Green+Blue) = 32+39+6=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 39 (15.62% from 255 or 50.65% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 39 - color contains mainly: green. Hex color #202706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202706 is #DFD8F9. Grayscale: #212121. Windows color (decimal): -14670074 or 403232. OLE color: 403232.

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

Color convert

RGB32396-
CMYK0.1800.850.85
HSL72.73º73.33%8.82%-
HSV(B)72.73º84.62%15.29%-
XYZ1.351.770.44-
YUV33.14112.68127.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.56%
GREEN value IS 39 (15.62% from 255) = 50.65%
BLUE value IS 6 (2.73% from 255) = 7.79%
R=41.56%
G=50.65%
B=7.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal323960.1800.850.8572.7373.338.82
Hex20276120555549499
Octal4047622012512511111111
Binary10000010011111010010010101011010101100100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202706; }

 p { color: rgb(32,39,6); }

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

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

 a { background-color: rgb(32,39,6); }

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

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

 span { border-color: rgb(32,39,6); }

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